Свойство IDTSCustomPropertyCollection100.Item

Gets the IDTSCustomProperty100 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 IDTSCustomProperty100 
    Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
The IDTSCustomProperty100 specified by the Index parameter.

См. также

Справочник

IDTSCustomPropertyCollection100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper