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