BackupSet.DatabaseName 属性
Gets the name of the database involved in the backup operation.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property DatabaseName As String
Get
用法
Dim instance As BackupSet
Dim value As String
value = instance.DatabaseName
public string DatabaseName { get; }
public:
property String^ DatabaseName {
String^ get ();
}
member DatabaseName : string
function get DatabaseName () : String
属性值
类型:System.String
The name of the database.