MiningModelPermissionCollection.GetByRole 메서드
Returns the MiningModelPermission with the specified role identifier.
네임스페이스: 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
매개 변수
- roleId
유형: System.String
The role identifier used to identify the MiningModelPermission.
반환 값
유형: Microsoft.AnalysisServices.MiningModelPermission
The MiningModelPermission with the specified role identifier.
예외
예외 | 조건 |
---|---|
ItemNotFoundException | roleID is not contained by the collection. |