Propriedade do RDL NextRestoreEventArgs.BackupSetDescription
Gets or sets the backup set description.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)
Sintaxe
'Declaração
Public Property BackupSetDescription As String
Get
Private Set
'Uso
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)
Valor da propriedade
Tipo: System.String
The backup set description.