DatabaseAdapterBase.Database Property

 

Applies To: SQL Server 2016 Preview

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

protected Database Database { get; }
protected:
property Database^ Database {
    Database^ get();
}
member Database : Database with get
Protected ReadOnly Property Database As Database

Property Value

Type: Microsoft.SqlServer.Management.Smo.Database

The database.

See Also

DatabaseAdapterBase Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top