共用方式為


SPRoutingMachineInfo class

包含路由機器資訊

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPRoutingMachineInfo
        Microsoft.SharePoint.Administration.SPRoutingCustomMachineInfo
        Microsoft.SharePoint.Administration.SPRoutingFarmMachineInfo

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

Syntax

'宣告
<GuidAttribute("5D2E99EB-B6E3-476A-B384-B79BCEF67349")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public MustInherit Class SPRoutingMachineInfo _
    Inherits SPPersistedObject
'用途
Dim instance As SPRoutingMachineInfo
[GuidAttribute("5D2E99EB-B6E3-476A-B384-B79BCEF67349")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public abstract class SPRoutingMachineInfo : 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.

請參閱

參照

SPRoutingMachineInfo members

Microsoft.SharePoint.Administration namespace