다음을 통해 공유


DbSyncAdapterCollection 클래스

DbSyncAdapter 개체의 컬렉션입니다.

네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data

구문

‘선언
<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

스레드로부터의 안전성

이 유형의 모든 public static(Visual Basic의 경우 Shared ) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

DbSyncAdapterCollection 멤버
Microsoft.Synchronization.Data 네임스페이스