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 or group access to the database and adds them to the specified sql server role.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub GrantAccess ( _
account As String, _
role As String _
)
'Usage
Dim instance As SPUsageDatabase
Dim account As String
Dim role As String
instance.GrantAccess(account, role)
public void GrantAccess(
string account,
string role
)
Parameters
- account
Type: System.String
role
Type: System.StringThe sql role in which the user should be added. If the role doesn't exist, it will be created.