다음을 통해 공유


CubePermissionCollection.GetByRole 메서드

Gets the CubePermission, with the specified role identifier, from the collection.

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

구문

‘선언
Public Function GetByRole ( _
    roleId As String _
) As CubePermission
‘사용 방법
Dim instance As CubePermissionCollection 
Dim roleId As String 
Dim returnValue As CubePermission 

returnValue = instance.GetByRole(roleId)
public CubePermission GetByRole(
    string roleId
)
public:
CubePermission^ GetByRole(
    String^ roleId
)
member GetByRole : 
        roleId:string -> CubePermission
public function GetByRole(
    roleId : String
) : CubePermission

매개 변수

반환 값

유형: Microsoft.AnalysisServices.CubePermission
The CubePermission, if it is contained in the collection.

예외

예외 조건
ItemNotFoundException

roleID is not contained by the collection.

참고 항목

참조

CubePermissionCollection 클래스

Microsoft.AnalysisServices 네임스페이스