Condividi tramite


Proprietà NextRestoreEventArgs.BackupSetDescription

Gets or sets the backup set description.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Property BackupSetDescription As String 
    Get 
    Private Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The backup set description.

Vedere anche

Riferimento

NextRestoreEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo