IDTSConnections100.Item 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Returns the connection manager with the specified key.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
ReadOnly Default Property Item ( _
    Key As Object _
) As IDTSConnectionManager100 
    Get
'用途
Dim instance As IDTSConnections100 
Dim Key As Object 
Dim value As IDTSConnectionManager100 

value = instance(Key)
IDTSConnectionManager100 this[
    Object Key
] { get; }
property IDTSConnectionManager100^ default[[InAttribute] Object^ Key] {
    IDTSConnectionManager100^ get ([InAttribute] Object^ Key);
}
abstract Item : IDTSConnectionManager100
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

  • Key
    型別:System.Object
    The name, identity, ID, or index of the connection manager to return.

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionManager100
The connection manager with the specified key.

備註

For more information, see Connections.

請參閱

參考

IDTSConnections100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間