Partager via


Propriété TransferBase.DestinationServer

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property DestinationServer As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

TransferBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo