Share via


SPProcessIdentity class

代表程序識別,這會指定網際網路資訊服務 (IIS) 應用程式集區或 Windows 服務帳戶。

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("E98B581E-6AEC-491f-AC4A-8E2DB794C33E")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPProcessIdentity _
    Inherits SPPersistedObject
'用途
Dim instance As SPProcessIdentity
[GuidAttribute("E98B581E-6AEC-491f-AC4A-8E2DB794C33E")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPProcessIdentity : 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.

請參閱

參照

SPProcessIdentity members

Microsoft.SharePoint.Administration namespace