共用方式為


SPDataRetrievalProvider.UpdateAllowed property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Property UpdateAllowed As Boolean
    Get
    Set
'用途
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否則,請false。預設值為false。

備註

UpdateAllowed屬性適用於 OLEDB 資料擷取服務。

請參閱

參照

SPDataRetrievalProvider class

SPDataRetrievalProvider members

Microsoft.SharePoint.Administration namespace