IDTSInputCollection100.Item 属性

Gets the IDTSInput100 object specified by the Index parameter.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSInput100 
    Get
用法
Dim instance As IDTSInputCollection100 
Dim Index As Object 
Dim value As IDTSInput100 

value = instance(Index)
IDTSInput100 this[
    Object Index
] { get; }
property IDTSInput100^ default[[InAttribute] Object^ Index] {
    IDTSInput100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSInput100
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
The IDTSInput100 object specified by the Index parameter.

注释

The object parameter can specify the name or index of the input object in the collection. If the input specified by the Index parameter is not found in the collection, a Microsoft.SqlServer.Dts.HResults.DTS_E_ELEMENTNOTFOUND exception occurs.

请参阅

参考

IDTSInputCollection100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间