Classe ExplicitPermissionInfo
Describes one permission entry in explicit list of permissions of an object.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Class ExplicitPermissionInfo
'Uso
Dim instance As ExplicitPermissionInfo
public class ExplicitPermissionInfo
public ref class ExplicitPermissionInfo
type ExplicitPermissionInfo = class end
public class ExplicitPermissionInfo
O tipo ExplicitPermissionInfo expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ExplicitPermissionInfo | Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Grantee | Gets the name of the principle that granted the permission. | |
Grantor | Gets the name of the principle that grants the permission. | |
IsDeny | Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission. | |
PermissionType | Gets the type of the permission. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices