Właściwość Transfer.DestinationServer
Pobiera lub ustawia wystąpienie SQL Server , jest właścicielem bazy danych, który jest obiekt obiekt docelowy operacji przenoszenia.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.SmoExtended (w Microsoft.SqlServer.SmoExtended.dll)
Składnia
'Deklaracja
Public Property DestinationServer As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A String wartość określająca obiekt docelowy wystąpienie SQL Server.