Gets an array of supported RAE database names.
Read-only property
[Visual Basic .NET] |
---|
Public Property SupportedDatabases() As System.Array |
[C#] |
---|
public System.Array SupportedDatabases {get;} |
[Managed C++] |
---|
public: __property System::Array get_SupportedDatabases(); |
[Unmanaged C++] |
---|
public: HRESULT get_SupportedDatabases( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public VariantArray getSupportedDatabases(); |