Udostępnij za pośrednictwem


Właściwość IDTSCustomPropertyCollection100.Item

Pobiera IDTSCustomProperty100 określonych przez Index parametru.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw:  Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)

Składnia

'Deklaracja
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSCustomProperty100
    Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
IDTSCustomProperty100 Określonych przez Index parametru.