Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the name of the database involved in the backup operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property DatabaseName As String
Get
'Usage
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
Property Value
Type: System.String
The name of the database.