Метод FilterParameterCollection.RemoveAt
Удаляет из коллекции параметр фильтра по указанному индексу.
Пространство имен: Microsoft.Synchronization.Data.Server
Сборка: Microsoft.Synchronization.Data.Server (в microsoft.synchronization.data.server.dll)
Синтаксис
'Декларация
Public Sub RemoveAt ( _
index As Integer _
)
'Применение
Dim instance As FilterParameterCollection
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt (
int index
)
public:
void RemoveAt (
int index
)
public void RemoveAt (
int index
)
public function RemoveAt (
index : int
)
Параметры
- index
Индекс объекта SqlParameter, который необходимо удалить из коллекции FilterParameterCollection.
См. также
Справочник
Класс FilterParameterCollection
Элементы FilterParameterCollection
Пространство имен Microsoft.Synchronization.Data.Server