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.