Initializes a new instance of the DimensionPermission 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 DimensionPermission(roleId, _
name, id)
public DimensionPermission(
string roleId,
string name,
string id
)
public:
DimensionPermission(
String^ roleId,
String^ name,
String^ id
)
new :
roleId:string *
name:string *
id:string -> DimensionPermission
public function DimensionPermission(
roleId : String,
name : String,
id : String
)
매개 변수
- roleId
유형: System.String
The role identifier of the DimensionPermission.
- name
유형: System.String
The name of the DimensionPermission.
- id
유형: System.String
A unique identifier for the DimensionPermission.