ExplicitPermissionInfo Class
Describes one permission entry in explicit list of permissions of an object.
System.Object
Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
'Declaration
Public Class ExplicitPermissionInfo
'Usage
Dim instance As ExplicitPermissionInfo
public class ExplicitPermissionInfo
public ref class ExplicitPermissionInfo
type ExplicitPermissionInfo = class end
public class ExplicitPermissionInfo
The ExplicitPermissionInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ExplicitPermissionInfo | Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type. |
Top
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. |
Top
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft.SqlServer.Management.IntegrationServices Namespace