Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.SourceConnection

Pobiera lub ustawia ciąg zawierający nazwę menedżer połączeń SMO dla źródłowa baza danych.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw:  Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Składnia

'Deklaracja
Public Property SourceConnection As String
    Get
    Set
'Użycie
Dim instance As TransferSqlServerObjectsTask
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.

Implementacje

ITransferSqlServerObjectsTask.SourceConnection