Udostępnij przez


Właściwość IDTSForEachSchemaRowsetEnumerator.Connection

Pobiera lub ustawia ciąg zawiera informacje o połączeniu dla modułu wyliczającego zestaw wierszy schematu.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Zestaw:  Microsoft.SqlServer.ForEachADOEnumerator (w Microsoft.SqlServer.ForEachADOEnumerator.dll)

Składnia

'Deklaracja
Property Connection As String
    Get
    Set
'Użycie
Dim instance As IDTSForEachSchemaRowsetEnumerator
Dim value As String

value = instance.Connection

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

Wartość właściwości

Typ: System.String
A ciąg zawiera informacje o połączeniu.