Share via


Propriété Database

Gets or sets the database on which the backup or restore operation runs.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property Database As String
    Get
    Set
'Utilisation
Dim instance As BackupRestoreBase
Dim value As String

value = instance.Database

instance.Database = value
public string Database { get; set; }
public:
property String^ Database {
    String^ get ();
    void set (String^ value);
}
member Database : string with get, set
function get Database () : String
function set Database (value : String)

Valeur de propriété

Type : System. . :: . .String
A String value that contains the database name. By default, the value is an empty string.