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