SPRoutingMachinePoolCollection 类

继承层次结构

System.Object
  Microsoft.SharePoint.Administration.SPPersistedObjectCollection<SPRoutingMachinePool>
    Microsoft.SharePoint.Administration.SPPersistedChildCollection<SPRoutingMachinePool>
      Microsoft.SharePoint.Administration.SPRoutingMachinePoolCollection

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<GuidAttribute("97803FE9-D1EE-4634-9A35-8A25D2728907")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPRoutingMachinePoolCollection _
    Inherits SPPersistedChildCollection(Of SPRoutingMachinePool)
用法
Dim instance As SPRoutingMachinePoolCollection
[GuidAttribute("97803FE9-D1EE-4634-9A35-8A25D2728907")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPRoutingMachinePoolCollection : SPPersistedChildCollection<SPRoutingMachinePool>

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPRoutingMachinePoolCollection 成员

Microsoft.SharePoint.Administration 命名空间