Freigeben über


IDTSCustomPropertyCollection100.Item-Eigenschaft

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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

Eigenschaftswert

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

Siehe auch

Verweis

IDTSCustomPropertyCollection100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace