次の方法で共有


BackupSetDescription プロパティ

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

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SmoExtended (Microsoft.SqlServer.SmoExtended.dll)

構文

'宣言
Public Property BackupSetDescription As String
    Get
    Set
'使用
Dim instance As Backup
Dim value As String

value = instance.BackupSetDescription

instance.BackupSetDescription = value
public string BackupSetDescription { get; set; }
public:
property String^ BackupSetDescription {
    String^ get ();
    void set (String^ value);
}
member BackupSetDescription : string with get, set
function get BackupSetDescription () : String
function set BackupSetDescription (value : String)

プロパティ値

型: System. . :: . .String
バックアップ セットの説明テキストを表す String 値です。既定値は空の文字列です。

説明

BackupSetDescription プロパティ値の上限は 255 文字です。