Share via


SPDataRetrievalProvider.UpdateAllowed Property

Gets or sets a Boolean value that specifies whether to enable update query support.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property UpdateAllowed As Boolean
    Get
    Set
'Usage
Dim instance As SPDataRetrievalProvider
Dim value As Boolean

value = instance.UpdateAllowed

instance.UpdateAllowed = value
public bool UpdateAllowed { get; set; }

Property Value

Type: System.Boolean
true to enable update query support; otherwise, false. The default value is false.

Remarks

The UpdateAllowed property applies to the OLEDB data-retrieval service.

See Also

Reference

SPDataRetrievalProvider Class

SPDataRetrievalProvider Members

Microsoft.SharePoint.Administration Namespace