Udostępnij za pośrednictwem


Właściwość Transfer.DestinationDatabase

Pobiera lub ustawia obiekt docelowy operacji transferu bazy danych.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.SmoExtended (w Microsoft.SqlServer.SmoExtended.dll)

Składnia

'Deklaracja
Public Property DestinationDatabase As String
    Get
    Set
'Użycie
Dim instance As Transfer
Dim value As String

value = instance.DestinationDatabase

instance.DestinationDatabase = value
public string DestinationDatabase { get; set; }
public:
property String^ DestinationDatabase {
    String^ get ();
    void set (String^ value);
}
member DestinationDatabase : string with get, set
function get DestinationDatabase () : String
function set DestinationDatabase (value : String)

Wartość właściwości

Typ: System.String
A String wartość określająca obiekt docelowy bazy danych

Przykłady

Transfer danych