SPDataRetrievalServicesSettings.UpdateAllowed 属性
过时。Microsoft.SharePoint.Administration.SPDataRetrievalProvider类的UpdateAllowed属性用于指定是否启用更新查询支持。(在Windows SharePoint Services 2.0, UpdateAllowed属性返回一个布尔值,指示是否可以运行查询来更新数据库,数据检索服务适配器,并保留它是为了向后兼容性。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property UpdateAllowed As Boolean
Get
用法
Dim instance As SPDataRetrievalServicesSettings
Dim value As Boolean
value = instance.UpdateAllowed
public bool UpdateAllowed { get; }
属性值
类型:System.Boolean
true如果可以更新所有的数据检索服务适配器 ;否则为false。
另请参阅
引用
SPDataRetrievalServicesSettings 类