Share via


Permission 생성자 (String, String, String)

Initializes a new instance of Permission using roleID, user name, and user ID as parameter values. This method is invoked from a derived class or overloaded.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Protected Sub New ( _
    roleId As String, _
    name As String, _
    id As String _
)
‘사용 방법
Dim roleId As String 
Dim name As String 
Dim id As String 

Dim instance As New Permission(roleId, _
    name, id)
protected Permission(
    string roleId,
    string name,
    string id
)
protected:
Permission(
    String^ roleId, 
    String^ name, 
    String^ id
)
new : 
        roleId:string * 
        name:string * 
        id:string -> Permission
protected function Permission(
    roleId : String, 
    name : String, 
    id : String
)

매개 변수

  • roleId
    유형: System.String
    A String value with the role ID of the role for which permissions are being defined
  • name
    유형: System.String
    A String value with the name of current permission.
  • id
    유형: System.String
    A String value with the ID of current permission.

참고 항목

참조

Permission 클래스

Permission 오버로드

Microsoft.AnalysisServices 네임스페이스