Класс FilterParameterCollection

Коллекция параметров, которые используются при фильтрации данных, выбираемых на сервере.

Пространство имен: Microsoft.Synchronization.Data.Server
Сборка: Microsoft.Synchronization.Data.Server (в microsoft.synchronization.data.server.dll)

Синтаксис

'Декларация
<DefaultMemberAttribute("Item")> _
<SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")> _
Public NotInheritable Class FilterParameterCollection
    Implements IEnumerable
'Применение
Dim instance As FilterParameterCollection
[DefaultMemberAttribute("Item")] 
[SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")] 
public sealed class FilterParameterCollection : IEnumerable
[DefaultMemberAttribute(L"Item")] 
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1010:CollectionsShouldImplementGenericInterface")] 
public ref class FilterParameterCollection sealed : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface") */ 
public final class FilterParameterCollection implements IEnumerable
DefaultMemberAttribute("Item") 
SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface") 
public final class FilterParameterCollection implements IEnumerable

Иерархия наследования

System.Object
  Microsoft.Synchronization.Data.Server.FilterParameterCollection

Многопоточное использование

Все общие статические члены (Shared в Visual Basic) можно использовать в многопоточных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

См. также

Справочник

Элементы FilterParameterCollection
Пространство имен Microsoft.Synchronization.Data.Server