Propriété BackupSet.DatabaseName
Gets the name of the database involved in the backup operation.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property DatabaseName As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The name of the database.