SyncAdapterCollection クラス

SyncAdapter オブジェクトのコレクション。

名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (microsoft.synchronization.data.server.dll 内)

構文

'宣言
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class SyncAdapterCollection
    Inherits Collection(Of SyncAdapter)
'使用
Dim instance As SyncAdapterCollection
[DefaultMemberAttribute("Item")] 
public sealed class SyncAdapterCollection : Collection<SyncAdapter>
[DefaultMemberAttribute(L"Item")] 
public ref class SyncAdapterCollection sealed : public Collection<SyncAdapter^>
/** @attribute DefaultMemberAttribute("Item") */ 
public final class SyncAdapterCollection extends Collection<SyncAdapter>
DefaultMemberAttribute("Item") 
public final class SyncAdapterCollection extends Collection<SyncAdapter>

継承階層

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Synchronization.Data.Server.SyncAdapterCollection

スレッド セーフ

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

参照

リファレンス

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