Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.