Свойство FilterParameterCollection.Item
Возвращает или задает параметр фильтра в коллекции по указанному индексу.
Пространство имен: Microsoft.Synchronization.Data.Server
Сборка: Microsoft.Synchronization.Data.Server (в microsoft.synchronization.data.server.dll)
Синтаксис
'Декларация
Public Default Property Item ( _
index As Integer _
) As SqlParameter
'Применение
Dim instance As FilterParameterCollection
Dim index As Integer
Dim value As SqlParameter
value = instance(index)
instance(index) = value
public SqlParameter this [
int index
] { get; set; }
public:
property SqlParameter^ default [int] {
SqlParameter^ get (int index);
void set (int index, SqlParameter^ value);
}
/** @property */
public SqlParameter get_Item (int index)
/** @property */
public void set_Item (int index, SqlParameter value)
Параметры
- index
Индекс (от нуля) объекта SqlParameter, который необходимо вернуть из коллекции FilterParameterCollection.
Значение свойства
Объект SqlParameter по указанному индексу в коллекции.
См. также
Справочник
Класс FilterParameterCollection
Элементы FilterParameterCollection
Пространство имен Microsoft.Synchronization.Data.Server