共用方式為


BackupSet.Description 屬性

Gets the description of the backup set.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property Description As String 
    Get
'用途
Dim instance As BackupSet 
Dim value As String 

value = instance.Description
public string Description { get; }
public:
property String^ Description {
    String^ get ();
}
member Description : string
function get Description () : String

屬性值

型別:System.String
The description of the backup set.

請參閱

參考

BackupSet 類別

Microsoft.SqlServer.Management.Smo 命名空間