BackupSet.MachineName 属性

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.

请参阅

参考

BackupSet 类

Microsoft.SqlServer.Management.Smo 命名空间