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.