如何将 SharePoint 列表(通过 SP WebServices)与 SQL 表同步?

发布于 2024-12-12 07:19:16 字数 104 浏览 0 评论 0原文

是否可以通过标准 SharePoint Web 服务将 SharePoint 列表与 SQL 表同步?我想使用 Microsoft 同步框架。 一些示例代码会非常有帮助。

谢谢

is there a possibility to sync a SharePoint list via standard SharePoint WebServices with a SQL Table? I would like to use the Microsoft Sync Framework.
Some sample code would be very helpful.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

末蓝 2024-12-19 07:19:16

代码示例不多,但 SharePoint 具有使用 Sync Framework 运行的 API。请参阅:http://msdn.microsoft.com/en-us/library/ee538641 .aspx

Not much code samples, but SharePoint has APIs that works using Sync Framework. see: http://msdn.microsoft.com/en-us/library/ee538641.aspx

梦忆晨望 2024-12-19 07:19:16

如果您愿意使用 SSIS(SQL Server 集成服务),使用 CodePlex 中的自定义适配器的 SSIS 包可能会为您提供帮助。

带有链接的 MSDN 存根: http://msdn.microsoft.com/en-us/库/hh368261.aspx
CodePlex 项目:http://sqlsrvintegrationsrv.codeplex.com/releases/view/17652

If you're willing to work with SSIS (SQL Server Integration Services), an SSIS package using custom adapters from CodePlex may assist you.

MSDN Stub with links: http://msdn.microsoft.com/en-us/library/hh368261.aspx
CodePlex project: http://sqlsrvintegrationsrv.codeplex.com/releases/view/17652

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文