共用方式為


SPRequestManagementRule class

代表抽象類別定義規則可以用來比對要求的屬性。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPRequestManagementRule
    Microsoft.SharePoint.Administration.SPRoutingRule
    Microsoft.SharePoint.Administration.SPThrottlingRule

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

Syntax

'宣告
<SerializableAttribute> _
<GuidAttribute("425A0057-FA12-45BF-8145-65FFBAF66831")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPRequestManagementRule
'用途
Dim instance As SPRequestManagementRule
[SerializableAttribute]
[GuidAttribute("425A0057-FA12-45BF-8145-65FFBAF66831")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPRequestManagementRule

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.

請參閱

參照

SPRequestManagementRule members

Microsoft.SharePoint.Administration namespace