Proprietà BackupSet.DatabaseName
Gets the name of the database involved in the backup operation.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DatabaseName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
The name of the database.