public static IEnumerable<Dbms> SupportedDbmses { get; }
Public Shared ReadOnly Property SupportedDbmses As IEnumerable(Of Dbms)
Get
public:
static property IEnumerable<Dbms>^ SupportedDbmses {
IEnumerable<Dbms>^ get ();
}
static member SupportedDbmses : IEnumerable<Dbms> with get