Méthode AsymmetricKey.Revoke (ObjectPermissionSet, String)

Revokes a previously granted set of permissions for a grantee on the asymmetric key.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Revoke ( _
    permission As ObjectPermissionSet, _
    granteeName As String _
)
'Utilisation
Dim instance As AsymmetricKey 
Dim permission As ObjectPermissionSet 
Dim granteeName As String

instance.Revoke(permission, granteeName)
public void Revoke(
    ObjectPermissionSet permission,
    string granteeName
)
public:
virtual void Revoke(
    ObjectPermissionSet^ permission, 
    String^ granteeName
) sealed
abstract Revoke : 
        permission:ObjectPermissionSet * 
        granteeName:string -> unit  
override Revoke : 
        permission:ObjectPermissionSet * 
        granteeName:string -> unit
public final function Revoke(
    permission : ObjectPermissionSet, 
    granteeName : String
)

Paramètres

  • granteeName
    Type : System.String
    A String value that specifies a grantee to be revoked the set of permissions.

Implémente

IObjectPermission.Revoke(ObjectPermissionSet, String)

Exemples

Octroi, révocation et refus d'autorisations

Voir aussi

Référence

AsymmetricKey Classe

Surcharge Revoke

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE ASYMMETRIC KEY (Transact-SQL)