共用方式為


SPProcessIdentity constructor (String, SPPersistedObject)

初始化SPProcessIdentity類別的新執行個體依據指定的名稱,並保存物件。

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

Syntax

'宣告
Public Sub New ( _
    name As String, _
    persistedObject As SPPersistedObject _
)
'用途
Dim name As String
Dim persistedObject As SPPersistedObject

Dim instance As New SPProcessIdentity(name, persistedObject)
public SPProcessIdentity(
    string name,
    SPPersistedObject persistedObject
)

參數

  • name
    Type: System.String

    字串,包含新的程序身分識別的名稱。

請參閱

參照

SPProcessIdentity class

SPProcessIdentity members

SPProcessIdentity overload

Microsoft.SharePoint.Administration namespace