CubePermission 생성자 (String, String, String)

Initializes a new instance of the Cube class using a name, a role identifier, and a unique identifier.

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

구문

‘선언
Public 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 CubePermission(roleId, _
    name, id)
public CubePermission(
    string roleId,
    string name,
    string id
)
public:
CubePermission(
    String^ roleId, 
    String^ name, 
    String^ id
)
new : 
        roleId:string * 
        name:string * 
        id:string -> CubePermission
public function CubePermission(
    roleId : String, 
    name : String, 
    id : String
)

매개 변수

  • roleId
    유형: System.String
    A String that contains the name of the role identifier.
  • name
    유형: System.String
    A String that contains the name of the cube.
  • id
    유형: System.String
    A String that contains a unique identifier for the cube.

참고 항목

참조

CubePermission 클래스

CubePermission 오버로드

Microsoft.AnalysisServices 네임스페이스