ExplicitPermissionInfo(String, String, PermissionType, Boolean) Constructor

Definition

Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type.

public:
 ExplicitPermissionInfo(System::String ^ grantee, System::String ^ grantor, Microsoft::SqlServer::Management::IntegrationServices::PermissionType permissionType, bool isDeny);
public ExplicitPermissionInfo (string grantee, string grantor, Microsoft.SqlServer.Management.IntegrationServices.PermissionType permissionType, bool isDeny);
new Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo : string * string * Microsoft.SqlServer.Management.IntegrationServices.PermissionType * bool -> Microsoft.SqlServer.Management.IntegrationServices.ExplicitPermissionInfo
Public Sub New (grantee As String, grantor As String, permissionType As PermissionType, isDeny As Boolean)

Parameters

grantee
String

The name of the principal that granted the permission.

grantor
String

The name of the principal that grants the permission.

permissionType
PermissionType

The type of the permission.

isDeny
Boolean

true to an object that is a denied permission; otherwise, false.

Applies to