Właściwość TransferStoredProceduresTask.SourceConnection
Pobiera lub ustawia ciąg zawierające nazwę menedżer połączeń SMO źródło /obiekt docelowy bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Zestaw: Microsoft.SqlServer.TransferStoredProceduresTask (w Microsoft.SqlServer.TransferStoredProceduresTask.dll)
Składnia
'Deklaracja
Public Property SourceConnection As String
Get
Set
'Użycie
Dim instance As TransferStoredProceduresTask
Dim value As String
value = instance.SourceConnection
instance.SourceConnection = value
public string SourceConnection { get; set; }
public:
virtual property String^ SourceConnection {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SourceConnection : string with get, set
override SourceConnection : string with get, set
final function get SourceConnection () : String
final function set SourceConnection (value : String)
Wartość właściwości
Typ: System.String
A ciąg zawiera parametry połączenia menedżer połączeń SMO.