次の方法で共有


NextRestoreEventArgs.BackupSetDescription プロパティ

バックアップ セットの説明を取得します。値の設定も可能です。

名前空間:  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
バックアップ セットの説明です。

関連項目

参照

NextRestoreEventArgs クラス

Microsoft.SqlServer.Management.Smo 名前空間