Este tópico ainda não foi avaliado como - Avalie este tópico

Método Grant (ObjectPermissionSet, String, Boolean)

Grants the specified permission and the ability to grant the set of permissions to the specified grantee on the application role.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
public void Grant(
	ObjectPermissionSet permission,
	string granteeName,
	bool grantGrant
)

Parâmetros

permission
Tipo: Microsoft.SqlServer.Management.Smo..::..ObjectPermissionSet
An ObjectPermissionSet object that specifies the set of permissions.
granteeName
Tipo: System..::..String
A String value that specifies the grantee to be denied the specified set of permissions.
grantGrant
Tipo: System..::..Boolean
A Boolean property that specifies whether the grantee is given the ability to grant the set of permissions to other users on the application role.
If True, the grantee is given the ability to grant the specified set of permissions to other users on the application role. Otherwise, False.

Implementa

IObjectPermission..::..Grant(ObjectPermissionSet, String, Boolean)
Isso foi útil para você?
(1500 caracteres restantes)

Contribuições da comunidade

ADICIONAR
© 2013 Microsoft. Todos os direitos reservados.