Share via


BackupSet.MachineName-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property MachineName As String 
    Get
'Usage
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

Eigenschaftswert

Typ: System.String
The name of the machine.

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace