Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Obsolete. Use the UpdateAllowed property of the Microsoft.SharePoint.Administration.SPDataRetrievalProvider class to specify whether to enable update query support. (In Windows SharePoint Services 2.0, the UpdateAllowed property returned a Boolean value that indicated whether a data retrieval service adapter can run queries that update the database, and is maintained for backward compatibility.)
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property UpdateAllowed As Boolean
Get
'Usage
Dim instance As SPDataRetrievalServicesSettings
Dim value As Boolean
value = instance.UpdateAllowed
public bool UpdateAllowed { get; }
Property Value
Type: System.Boolean
true if all data retrieval service adapters can be updated; otherwise, false.
See Also
Reference
SPDataRetrievalServicesSettings Class