DbSyncAdapterCollection 类
DbSyncAdapter 对象的集合。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)
语法
声明
<SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class DbSyncAdapterCollection
Inherits Collection(Of DbSyncAdapter)
用法
Dim instance As DbSyncAdapterCollection
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")]
[DefaultMemberAttribute("Item")]
public sealed class DbSyncAdapterCollection : Collection<DbSyncAdapter>
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1706:ShortAcronymsShouldBeUppercase")]
[DefaultMemberAttribute(L"Item")]
public ref class DbSyncAdapterCollection sealed : public Collection<DbSyncAdapter^>
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */
/** @attribute DefaultMemberAttribute("Item") */
public final class DbSyncAdapterCollection extends Collection<DbSyncAdapter>
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")
DefaultMemberAttribute("Item")
public final class DbSyncAdapterCollection extends Collection<DbSyncAdapter>
继承层次结构
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Synchronization.Data.DbSyncAdapterCollection
线程安全
此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。
请参阅
参考
DbSyncAdapterCollection 成员
Microsoft.Synchronization.Data 命名空间