다음을 통해 공유


ExplicitPermissionInfo 생성자

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

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
Public Sub New ( _
    grantee As String, _
    grantor As String, _
    permissionType As PermissionType, _
    isDeny As Boolean _
)
‘사용 방법
Dim grantee As String 
Dim grantor As String 
Dim permissionType As PermissionType 
Dim isDeny As Boolean 

Dim instance As New ExplicitPermissionInfo(grantee, _
    grantor, permissionType, isDeny)
public ExplicitPermissionInfo(
    string grantee,
    string grantor,
    PermissionType permissionType,
    bool isDeny
)
public:
ExplicitPermissionInfo(
    String^ grantee, 
    String^ grantor, 
    PermissionType permissionType, 
    bool isDeny
)
new : 
        grantee:string * 
        grantor:string * 
        permissionType:PermissionType * 
        isDeny:bool -> ExplicitPermissionInfo
public function ExplicitPermissionInfo(
    grantee : String, 
    grantor : String, 
    permissionType : PermissionType, 
    isDeny : boolean
)

매개 변수

  • grantee
    유형: System.String
    The name of the principal that granted the permission.
  • grantor
    유형: System.String
    The name of the principal that grants the permission.
  • isDeny
    유형: System.Boolean
    true to an object that is a denied permission; otherwise, false.

참고 항목

참조

ExplicitPermissionInfo 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스