TransferBase.DestinationServer 属性

Gets or sets the instance of SQL Server that owns the database that is the destination of the transfer operation.

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

语法

声明
Public Property DestinationServer As String 
    Get 
    Set
用法
Dim instance As TransferBase 
Dim value As String 

value = instance.DestinationServer

instance.DestinationServer = value
public string DestinationServer { get; set; }
public:
property String^ DestinationServer {
    String^ get ();
    void set (String^ value);
}
member DestinationServer : string with get, set
function get DestinationServer () : String 
function set DestinationServer (value : String)

属性值

类型:System.String
The instance of SQL Server that owns the database that is the destination of the transfer operation.

请参阅

参考

TransferBase 类

Microsoft.SqlServer.Management.Smo 命名空间