SPUsageDatabase.GrantAccess method
Overload list
Name | Description | |
---|---|---|
GrantAccess(SecurityIdentifier) | Grants the specified user access to the database. (Inherited from SPDatabase.) | |
GrantAccess(SecurityIdentifier, String) | Grants the specified user access to the database and adds the user to the specified role. (Inherited from SPDatabase.) | |
GrantAccess(String, String) | Grants the specified user or group access to the database and adds them to the specified sql server role. |
Top