共用方式為


ConnectionManagerItems.Item 屬性 (Int32)

Gets the connection manager object with specified index.

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

語法

'宣告
Public ReadOnly Default Property Item ( _
    index As Integer _
) As ConnectionManagerItem 
    Get
'用途
Dim instance As ConnectionManagerItems 
Dim index As Integer 
Dim value As ConnectionManagerItem 

value = instance(index)
public ConnectionManagerItem this[
    int index
] { get; }
public:
property ConnectionManagerItem^ default[int index] {
    ConnectionManagerItem^ get (int index);
}
member Item : ConnectionManagerItem
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The connection manager object with specified index.

請參閱

參考

ConnectionManagerItems 類別

Item 多載

Microsoft.SqlServer.Dts.Runtime 命名空間