Nota
L'accés a aquesta pàgina requereix autorització. Podeu provar d'iniciar la sessió o de canviar els directoris.
L'accés a aquesta pàgina requereix autorització. Podeu provar de canviar els directoris.
Gets or sets the name of the backup set.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Property BackupSetName As String
Get
Private Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The name of the backup set.