Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.