Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the database that is associated with the AdapterBase object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected ReadOnly Property Database As Database
Get
'Usage
Dim value As Database
value = Me.Database
protected Database Database { get; }
protected:
property Database^ Database {
Database^ get ();
}
member Database : Database
function get Database () : Database
Property Value
Type: Microsoft.SqlServer.Management.Smo.Database
The database.