SyncAdapters 属性
获取与 DbSyncProvider 对象关联的 DbSyncAdapterCollection。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public Overridable ReadOnly Property SyncAdapters As DbSyncAdapterCollection
Get
用法
Dim instance As DbSyncProvider
Dim value As DbSyncAdapterCollection
value = instance.SyncAdapters
public virtual DbSyncAdapterCollection SyncAdapters { get; }
public:
virtual property DbSyncAdapterCollection^ SyncAdapters {
DbSyncAdapterCollection^ get ();
}
abstract SyncAdapters : DbSyncAdapterCollection
override SyncAdapters : DbSyncAdapterCollection
function get SyncAdapters () : DbSyncAdapterCollection
属性值
类型:Microsoft.Synchronization.Data. . :: . .DbSyncAdapterCollection
与 DbSyncProvider 对象关联的 DbSyncAdapterCollection。