DbServerSyncProvider に関連付けられている SyncAdapterCollection を取得します。
名前空間: Microsoft.Synchronization.Data.Server
アセンブリ: Microsoft.Synchronization.Data.Server (microsoft.synchronization.data.server.dll 内)
構文
'宣言
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 名前空間