BdcServiceApplication.OnProcessIdentityChanged method

Called when the process identity is changed. Grants db_owner access for the specified process identity to the BDC service database.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overrides Sub OnProcessIdentityChanged ( _
    processSecurityIdentifier As SecurityIdentifier _
)
'Usage
Dim processSecurityIdentifier As SecurityIdentifier

Me.OnProcessIdentityChanged(processSecurityIdentifier)
protected override void OnProcessIdentityChanged(
    SecurityIdentifier processSecurityIdentifier
)

Parameters

See also

Reference

BdcServiceApplication class

BdcServiceApplication members

Microsoft.SharePoint.BusinessData.SharedService namespace