Freigeben über


FilterParameterCollection-Klasse

Eine Auflistung von Parametern, die zum Filtern der auf dem Server ausgewählten Daten verwendet werden.

Namespace: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (in microsoft.synchronization.data.server.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<SuppressMessageAttribute("Microsoft.Design", "CA1010:CollectionsShouldImplementGenericInterface")> _
Public NotInheritable Class FilterParameterCollection
    Implements IEnumerable
'Usage
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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

FilterParameterCollection-Member
Microsoft.Synchronization.Data.Server-Namespace