次の方法で共有


SyncAdapterCollection クラス

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

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

構文

'宣言
Public NotInheritable Class SyncAdapterCollection _
    Inherits Collection(Of SyncAdapter)
'使用
Dim instance As SyncAdapterCollection
public sealed class SyncAdapterCollection : Collection<SyncAdapter>
public ref class SyncAdapterCollection sealed : public Collection<SyncAdapter^>
[<SealedAttribute>]
type SyncAdapterCollection =  
    class
        inherit Collection<SyncAdapter>
    end
public final class SyncAdapterCollection extends Collection<SyncAdapter>

継承階層

System. . :: . .Object
  System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SyncAdapter> ) > ) >
    Microsoft.Synchronization.Data.Server..::..SyncAdapterCollection

スレッド セーフ

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

参照

参照

SyncAdapterCollection メンバー

Microsoft.Synchronization.Data.Server 名前空間