Partager via


Propriété BackupSet.MachineName

Gets the name of the computer 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 MachineName As String 
    Get
'Utilisation
Dim instance As BackupSet 
Dim value As String 

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

Valeur de propriété

Type : System.String
The name of the machine.

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo