Свойство Parameters.Item (Int32)

Returns a parameter object in the parameters collection with the specified index.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Default Property Item ( _
    index As Integer _
) As Parameter 
    Get
'Применение
Dim instance As Parameters 
Dim index As Integer 
Dim value As Parameter 

value = instance(index)
public abstract Parameter this[
    int index
] { get; }
public:
virtual property Parameter^ default[int index] {
    Parameter^ get (int index) abstract;
}
abstract Item : Parameter
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • index
    Тип: System.Int32
    The location of the parameter object within the parameters collection.

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

Тип: Microsoft.SqlServer.Dts.Runtime.Parameter
A parameter object with the specified index.

См. также

Справочник

Parameters Класс

Перегрузка Item

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