다음을 통해 공유


BackupSetDescription 속성

Gets or sets a textual description for a particular backup set.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
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
A String value that contains a textual description of the backup set. By default, the value is an empty string.

주의

The BackupSetDescription property value is limited to 255 characters.