共用方式為


SPDataRetrievalProvider.Enabled property

取得或設定 Boolean 值,指定是否要啟用處理查詢要求的資料擷取服務。

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

Syntax

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

value = instance.Enabled

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

Property value

Type: System.Boolean
若要啟用資料擷取服務 ; true否則,請false。預設值為true。

備註

Enabled屬性適用於下列資料擷取服務:

  • Windows SharePoint Services

  • OLEDB

  • SOAP Passthrough

  • XML-URL

請參閱

參照

SPDataRetrievalProvider class

SPDataRetrievalProvider members

Microsoft.SharePoint.Administration namespace