Propriété Connection
Gets or sets a String that contains the connection information for the schema rowset enumerator.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Assembly : Microsoft.SqlServer.ForEachADOEnumerator (en Microsoft.SqlServer.ForEachADOEnumerator.dll)
Syntaxe
'Déclaration
Property Connection As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System. . :: . .String
A String that contains the connection information.