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 or sets the database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property Database As Database
Get
Set
'Usage
Dim instance As PageRestorePlanner
Dim value As Database
value = instance.Database
instance.Database = value
public Database Database { get; set; }
public:
property Database^ Database {
Database^ get ();
void set (Database^ value);
}
member Database : Database with get, set
function get Database () : Database
function set Database (value : Database)
Property Value
Type: Microsoft.SqlServer.Management.Smo.Database
The database.