IDTSOutputColumnCollection100.Item 属性

Gets the IDTSOutputColumn100 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 IDTSOutputColumn100 
    Get
用法
Dim instance As IDTSOutputColumnCollection100 
Dim Index As Object 
Dim value As IDTSOutputColumn100 

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

参数

属性值

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

注释

Output columns can be retrieved from the collection using the name or index of the column as the object parameter.

请参阅

参考

IDTSOutputColumnCollection100 接口

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