Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the backup set description.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Property BackupSetDescription As String
Get
Private Set
'Utilisation
Dim instance As NextRestoreEventArgs
Dim value As String
value = instance.BackupSetDescription
public string BackupSetDescription { get; private set; }
public:
property String^ BackupSetDescription {
String^ get ();
private: void set (String^ value);
}
member BackupSetDescription : string with get, private set
function get BackupSetDescription () : String
private function set BackupSetDescription (value : String)
Valeur de propriété
Type : System.String
The backup set description.