Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.