Clase ExplicitPermissionInfo
Describes one permission entry in explicit list of permissions of an object.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public Class ExplicitPermissionInfo
'Uso
Dim instance As ExplicitPermissionInfo
public class ExplicitPermissionInfo
public ref class ExplicitPermissionInfo
type ExplicitPermissionInfo = class end
public class ExplicitPermissionInfo
El tipo ExplicitPermissionInfo expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ExplicitPermissionInfo | Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices