Gets the name of the computer where the backup was taken.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property MachineName As String
Get
'用途
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
屬性值
型別:System.String
The name of the machine.