共用方式為


SPServiceApplication.OnDependentProcessIdentityChanged method

執行的服務應用程式相關聯的程序身分識別變更時。

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

Syntax

'宣告
Protected Overridable Sub OnDependentProcessIdentityChanged
'用途

Me.OnDependentProcessIdentityChanged()
protected virtual void OnDependentProcessIdentityChanged()

備註

覆寫此方法,以確定服務應用程式相關聯的程序識別具有服務資源的存取權。

當您覆寫衍生類別中的 X 方法時,請務必在衍生的方法呼叫基底類別的 X 方法。

請參閱

參照

SPServiceApplication class

SPServiceApplication members

Microsoft.SharePoint.Administration namespace