Поделиться через


Свойство ForEachSchemaRowsetEnumerator.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)

Синтаксис

'Декларация
Public Property Connection As String 
    Get 
    Set
'Применение
Dim instance As ForEachSchemaRowsetEnumerator 
Dim value As String 

value = instance.Connection

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

Значение свойства

Тип: System.String
A String that contains the connection information.

Реализует

IDTSForEachSchemaRowsetEnumerator.Connection

См. также

Справочник

ForEachSchemaRowsetEnumerator Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO