SyncAdapters 屬性
取得與 DbServerSyncProvider 有關聯的 SyncAdapterCollection。
命名空間: Microsoft.Synchronization.Data.Server
組件: Microsoft.Synchronization.Data.Server (在 Microsoft.Synchronization.Data.Server.dll 中)
語法
'宣告
Public ReadOnly Property SyncAdapters As SyncAdapterCollection
Get
'用途
Dim instance As DbServerSyncProvider
Dim value As SyncAdapterCollection
value = instance.SyncAdapters
public SyncAdapterCollection SyncAdapters { get; }
public:
property SyncAdapterCollection^ SyncAdapters {
SyncAdapterCollection^ get ();
}
member SyncAdapters : SyncAdapterCollection
function get SyncAdapters () : SyncAdapterCollection
屬性值
型別:Microsoft.Synchronization.Data.Server. . :: . .SyncAdapterCollection
與這個 DbServerSyncProvider 有關聯的 SyncAdapterCollection。