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

线程安全

此类型的所有公共成员static(在 Visual Basic 中为 Shared) 都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

SyncAdapterCollection 成员

Microsoft.Synchronization.Data.Server 命名空间