共用方式為


SPRequestManagementSettings class

代表 「 要求管理 」 功能的進入點會儲存為SPPersistedObjectSPWebApplication物件相關聯。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPRequestManagementSettings

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

Syntax

'宣告
<GuidAttribute("9DDEE949-7F86-487F-8AD6-541ED96F4EEF")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRequestManagementSettings _
    Inherits SPPersistedObject
'用途
Dim instance As SPRequestManagementSettings
[GuidAttribute("9DDEE949-7F86-487F-8AD6-541ED96F4EEF")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRequestManagementSettings : SPPersistedObject

備註

此物件用來取得或設定,以及路由和節流設定,來評估根據規則的要求。

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

請參閱

參照

SPRequestManagementSettings members

Microsoft.SharePoint.Administration namespace