BackupSet.ServerName 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property ServerName As String 
    Get
用法
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

属性值

类型:System.String
The name of the server.

请参阅

参考

BackupSet 类

Microsoft.SqlServer.Management.Smo 命名空间