IDTSCustomPropertyCollection100.Item Property

Gets the IDTSCustomProperty100 specified by the Index parameter.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

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

value = instance(Index)
IDTSCustomProperty100 this[
    Object Index
] { get; }
property IDTSCustomProperty100^ default[[InAttribute] Object^ Index] {
    IDTSCustomProperty100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSCustomProperty100
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The IDTSCustomProperty100 specified by the Index parameter.