Partager via


Classe ExplicitPermissionInfo

Describes one permission entry in explicit list of permissions of an object.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo

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

Syntaxe

'Déclaration
Public Class ExplicitPermissionInfo
'Utilisation
Dim instance As ExplicitPermissionInfo
public class ExplicitPermissionInfo
public ref class ExplicitPermissionInfo
type ExplicitPermissionInfo =  class end
public class ExplicitPermissionInfo

Le type ExplicitPermissionInfo expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ExplicitPermissionInfo Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type.

Haut de la page

Propriétés

  Nom Description
Propriété publique Grantee Gets the name of the principle that granted the permission.
Propriété publique Grantor Gets the name of the principle that grants the permission.
Propriété publique IsDeny Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission.
Propriété publique PermissionType Gets the type of the permission.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.IntegrationServices