共用方式為


SPApplicationPool class

代表 [網際網路資訊服務 (IIS) 應用程式集區。

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.Administration.SPPersistedObject
      Microsoft.SharePoint.Administration.SPProcessIdentity
        Microsoft.SharePoint.Administration.SPApplicationPool

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

Syntax

'宣告
<GuidAttribute("B8369089-08AD-4978-B1CB-C597B5E90F64")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPApplicationPool _
    Inherits SPProcessIdentity
'用途
Dim instance As SPApplicationPool
[GuidAttribute("B8369089-08AD-4978-B1CB-C597B5E90F64")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPApplicationPool : SPProcessIdentity

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.

請參閱

參照

SPApplicationPool members

Microsoft.SharePoint.Administration namespace