Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.