共用方式為


SPRoutingRule class

判斷機器的設定為何規則套用至要求

Inheritance hierarchy

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

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

Syntax

'宣告
<SerializableAttribute> _
<GuidAttribute("ADD5E474-0B7B-460E-B71B-7748B019FBDA")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPRoutingRule _
    Inherits SPRequestManagementRule
'用途
Dim instance As SPRoutingRule
[SerializableAttribute]
[GuidAttribute("ADD5E474-0B7B-460E-B71B-7748B019FBDA")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPRoutingRule : 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.

請參閱

參照

SPRoutingRule members

Microsoft.SharePoint.Administration namespace