事务完整性共享点列表 [英] Transactional integrity Sharepoint List

查看:102
本文介绍了事务完整性共享点列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Sharepoint列表(SP 2010)中存储信息时,是否可能保证事务完整性?

Is it possibly to guarantee transactional integrity when storing information in a Sharepoint list (SP 2010)?

推荐答案

单个SharePoint操作(如添加列表项)可能涉及多个数据库操作,并且它们都将受到单个数据库事务的保护。话虽如此,该产品不会向您显示该事务功能,以便您可以在单个事务的支持下执行多个SharePoint操作。为了非常安全,您需要实现非常仔细编码的错误处理程序。

Underneath the covers a single SharePoint operation like adding a list item can involve multiple database operations and they will all be protected by a single database transaction. With that said, the product doesn't expose that transactional capability to you so that you can perform multiple SharePoint operations under the aegis of a single transaction. To be very safe, you'll need to implement very carefully coded error handlers.

这篇关于事务完整性共享点列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆