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
processSecurityIdentifier
Type: System.Security.Principal.SecurityIdentifierThe new process identity.