共用方式為


SPWebApplication.InheritDataRetrievalSettings property

取得或設定一個值,指出 Web 應用程式是否繼承資料擷取服務設定,從管理中心應用程式。

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

Syntax

'宣告
Public Property InheritDataRetrievalSettings As Boolean
    Get
    Set
'用途
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.InheritDataRetrievalSettings

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

Property value

Type: System.Boolean
true資料擷取服務設定繼承自管理中心應用程式 ; 如果否則,請false。預設值為true。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace