다음을 통해 공유


GetByRole 메서드

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

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

구문

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

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

매개 변수

반환 값

유형: Microsoft.AnalysisServices. . :: . .MiningModelPermission
The MiningModelPermission, if contained in the collection.

예외

예외 조건
ItemNotFoundException

roleID is not contained by the collection.