Propriété BackupSet.ServerName

Gets the name of the server where the backup was taken.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ServerName As String 
    Get
'Utilisation
Dim instance As BackupSet 
Dim value As String 

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

Valeur de propriété

Type : System.String
The name of the server.

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo