Partager via


Propriété NextRestoreEventArgs.BackupSetDescription

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.

Voir aussi

Référence

NextRestoreEventArgs Classe

Espace de noms Microsoft.SqlServer.Management.Smo