Właściwość ITransferSqlServerObjectsTask.DestinationDatabase
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw: Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Składnia
'Deklaracja
Property DestinationDatabase As String
Get
Set
'Użycie
Dim instance As ITransferSqlServerObjectsTask
Dim value As String
value = instance.DestinationDatabase
instance.DestinationDatabase = value
string DestinationDatabase { get; set; }
property String^ DestinationDatabase {
String^ get ();
void set (String^ value);
}
abstract DestinationDatabase : string with get, set
function get DestinationDatabase () : String
function set DestinationDatabase (value : String)
Wartość właściwości
Typ: System.String