共用方式為


IDTSForEachSchemaRowsetEnumerator.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.

請參閱

參考

IDTSForEachSchemaRowsetEnumerator 介面

Microsoft.SqlServer.Dts.Runtime.Enumerators.ADO 命名空間