Condividi tramite


Proprietà DestinationServer

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Property DestinationServer As String
    Get
    Set
'Utilizzo
Dim instance As Transfer
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)

Valore proprietà

Tipo: System. . :: . .String
A String value that specifies the destination instance of SQL Server.