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 支持使用索引属性,但不支持声明新索引属性。
参数
- index
类型:System.Int32
The index.
属性值
类型:Microsoft.SqlServer.Dts.Runtime.ConnectionManagerItem
The connection manager object with specified index.