ExplicitPermissionInfo Class
Describes one permission entry in explicit list of permissions of an object.
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
| Name | Description | |
|---|---|---|
![]() | ExplicitPermissionInfo(String^, String^, PermissionType, Boolean) | Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


