共用方式為


SPDataRetrievalProvider.DataSourceControlEnabled property

取得或設定 Boolean 值,指定是否要啟用資料來源控制項,這樣可以處理查詢要求。

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

Syntax

'宣告
Public Property DataSourceControlEnabled As Boolean
    Get
    Set
'用途
Dim instance As SPDataRetrievalProvider
Dim value As Boolean

value = instance.DataSourceControlEnabled

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

Property value

Type: System.Boolean
若要啟用資料來源控制項 ; true否則,請false。預設值為true。

備註

DataSourceControlEnabled屬性適用於下列資料來源控制項:

  • SPXmlDataSource

  • XmlUrlDataSource

  • SoapDataSource

  • AggregateDataSource

請參閱

參照

SPDataRetrievalProvider class

SPDataRetrievalProvider members

Microsoft.SharePoint.Administration namespace