DbServerSyncProvider.SyncAdapters 속성
DbServerSyncProvider와 연결된 SyncAdapterCollection을 가져옵니다.
네임스페이스: Microsoft.Synchronization.Data.Server
어셈블리: microsoft.synchronization.data.server.dll의 Microsoft.Synchronization.Data.Server
구문
‘선언
Public ReadOnly Property SyncAdapters As SyncAdapterCollection
‘사용 방법
Dim instance As DbServerSyncProvider
Dim value As SyncAdapterCollection
value = instance.SyncAdapters
public SyncAdapterCollection SyncAdapters { get; }
public:
property SyncAdapterCollection^ SyncAdapters {
SyncAdapterCollection^ get ();
}
/** @property */
public SyncAdapterCollection get_SyncAdapters ()
public function get SyncAdapters () : SyncAdapterCollection
속성 값
이 DbServerSyncProvider와 연결된 SyncAdapterCollection입니다.
참고 항목
참조
DbServerSyncProvider 클래스
DbServerSyncProvider 멤버
Microsoft.Synchronization.Data.Server 네임스페이스