Méthode IObjectPermission.Grant (ObjectPermissionSet, array<String )
Grants access to the specified permission for the specified grantees on the SMO object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Sub Grant ( _
permissions As ObjectPermissionSet, _
granteeNames As String() _
)
'Utilisation
Dim instance As IObjectPermission
Dim permissions As ObjectPermissionSet
Dim granteeNames As String()
instance.Grant(permissions, granteeNames)
void Grant(
ObjectPermissionSet permissions,
string[] granteeNames
)
void Grant(
ObjectPermissionSet^ permissions,
array<String^>^ granteeNames
)
abstract Grant :
permissions:ObjectPermissionSet *
granteeNames:string[] -> unit
function Grant(
permissions : ObjectPermissionSet,
granteeNames : String[]
)
Paramètres
- permissions
Type : Microsoft.SqlServer.Management.Smo.ObjectPermissionSet
An ObjectPermissionSet object that specifies the permission.
- granteeNames
Type : array<System.String[]
A String array that lists the grantees to be granted access to the permission.