다음을 통해 공유


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 네임스페이스