Méthode XmlSchemaCollection.Revoke (ObjectPermissionSet, String)

Revokes a previously granted set of permissions from a grantee on the XML schema collection.

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

XmlSchemaCollection Classe

Surcharge Revoke

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Octroi, révocation et refus d'autorisations

Utilisation de schémas XML

Collections de schémas XML (SQL Server)

CREATE SCHEMA (Transact-SQL)