Méthode Table.Revoke (ObjectPermissionSet, String)

Revokes a previously granted set of permissions from a grantee on the table.

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 Table 
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

Table Classe

Surcharge Revoke

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Création, modification et suppression de tables

Tables

CREATE TABLE (Transact-SQL)