Compartir a través de


TransferBase.DestinationServer Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Property DestinationServer As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

TransferBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo