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.
Grants the specified user access to the database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Friend Sub GrantAccess ( _
sid As SecurityIdentifier _
)
'Usage
Dim sid As SecurityIdentifier
Me.GrantAccess(sid)
protected internal void GrantAccess(
SecurityIdentifier sid
)
sid
Type: System.Security.Principal.SecurityIdentifierThe security identifier of the user.