Свойство Connection
Gets or sets a String that contains the connection information for the schema rowset enumerator.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO
Сборка: Microsoft.SqlServer.ForEachADOEnumerator (в Microsoft.SqlServer.ForEachADOEnumerator.dll)
Синтаксис
'Декларация
Property Connection As String
Get
Set
'Применение
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)
Значение свойства
Тип: System. . :: . .String
A String that contains the connection information.