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 name of the backup set.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Property BackupSetName As String
Get
Private Set
'Utilisation
Dim instance As NextRestoreEventArgs
Dim value As String
value = instance.BackupSetName
public string BackupSetName { get; private set; }
public:
property String^ BackupSetName {
String^ get ();
private: void set (String^ value);
}
member BackupSetName : string with get, private set
function get BackupSetName () : String
private function set BackupSetName (value : String)
Valeur de propriété
Type : System.String
The name of the backup set.