Share via


DbServerSyncProvider.SyncAdapters 属性

获取与 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 命名空间