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
线程安全
此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。
请参阅
参考
SyncAdapterCollection 成员
Microsoft.Synchronization.Data.Server 命名空间