Partager via


Méthode FullTextCatalog.Deny (ObjectPermissionSet, array<String )

Denies the specified set of permissions for the specified grantees on the full text catalog.

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

Syntaxe

'Déclaration
Public Sub Deny ( _
    permission As ObjectPermissionSet, _
    granteeNames As String() _
)
'Utilisation
Dim instance As FullTextCatalog 
Dim permission As ObjectPermissionSet 
Dim granteeNames As String()

instance.Deny(permission, granteeNames)
public void Deny(
    ObjectPermissionSet permission,
    string[] granteeNames
)
public:
virtual void Deny(
    ObjectPermissionSet^ permission, 
    array<String^>^ granteeNames
) sealed
abstract Deny : 
        permission:ObjectPermissionSet * 
        granteeNames:string[] -> unit  
override Deny : 
        permission:ObjectPermissionSet * 
        granteeNames:string[] -> unit
public final function Deny(
    permission : ObjectPermissionSet, 
    granteeNames : String[]
)

Paramètres

  • granteeNames
    Type : array<System.String[]
    A String array that specifies a list of grantees to be denied the specified set of permissions on the full text catalog.

Implémente

IObjectPermission.Deny(ObjectPermissionSet, array<String[])

Exemples

Octroi, révocation et refus d'autorisations

Voir aussi

Référence

FullTextCatalog Classe

Surcharge Deny

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Implémentation de la recherche en texte intégral

Vue d'ensemble de la recherche en texte intégral

CREATE FULLTEXT CATALOG (Transact-SQL)