共用方式為


NextRestoreEventArgs.BackupSetDescription 屬性

Gets or sets the backup set description.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public Property BackupSetDescription As String 
    Get 
    Private Set
'用途
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)

屬性值

型別:System.String
The backup set description.

請參閱

參考

NextRestoreEventArgs 類別

Microsoft.SqlServer.Management.Smo 命名空間