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 命名空间