Proprietà IDTSForEachSchemaRowsetEnumerator.Connection

Gets or sets a String that contains the connection information for the schema rowset enumerator.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly:  Microsoft.SqlServer.ForEachADOEnumerator (in Microsoft.SqlServer.ForEachADOEnumerator.dll)

Sintassi

'Dichiarazione
Property Connection As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A String that contains the connection information.

Vedere anche

Riferimento

IDTSForEachSchemaRowsetEnumerator Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO