This document is archived and information here might be outdated. Recommended version. |
The database name.
[Visual Basic .NET]
Public Property Database As String
[C#]
public string Database {get; set;}
[C++]
HRESULT get_Database(
BSTR databaseName
);
[C++]
HRESULT put_Database(
System.String* databaseName
);
[C++] Parameters databaseName [in]
databaseName is a parameter of type BSTR databaseName [out, retval]
databaseName is a parameter of type BSTR*