Freigeben über


IDTSPipelineComponentInfos100.Item-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the IDTSPipelineComponentInfo100 object from the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSPipelineComponentInfo100 
    Get
'Usage
Dim instance As IDTSPipelineComponentInfos100 
Dim Index As Object 
Dim value As IDTSPipelineComponentInfo100 

value = instance(Index)
IDTSPipelineComponentInfo100 this[
    Object Index
] { get; }
property IDTSPipelineComponentInfo100^ default[[InAttribute] Object^ Index] {
    IDTSPipelineComponentInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSPipelineComponentInfo100
JScript unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

  • Index
    Typ: System.Object
    The name, ID, description, or index of the item to locate in the collection.

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPipelineComponentInfo100
The IDTSPipelineComponentInfo100 object from the collection that matches the index description.

Hinweise

For more information, see PipelineComponentInfos.

Siehe auch

Verweis

IDTSPipelineComponentInfos100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace