IObjectPermission.Grant-Methode (ObjectPermissionSet, String)
Grants access to the specified permission for the specified grantee on the SMO object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Sub Grant ( _
permissions As ObjectPermissionSet, _
granteeName As String _
)
'Usage
Dim instance As IObjectPermission
Dim permissions As ObjectPermissionSet
Dim granteeName As String
instance.Grant(permissions, granteeName)
void Grant(
ObjectPermissionSet permissions,
string granteeName
)
void Grant(
ObjectPermissionSet^ permissions,
String^ granteeName
)
abstract Grant :
permissions:ObjectPermissionSet *
granteeName:string -> unit
function Grant(
permissions : ObjectPermissionSet,
granteeName : String
)
Parameter
- permissions
Typ: Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object that specifies the permission.
- granteeName
Typ: System.String
A String value that specifies the grantee to be granted access to the permission.