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

スレッド セーフ

この型の public static (Visual Basic では Shared ) メンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

リファレンス

FilterParameterCollection メンバー
Microsoft.Synchronization.Data.Server 名前空間