MiningModelPermissionCollection.GetByRole Method

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function GetByRole ( _
    roleId As String _
) As MiningModelPermission
'Usage
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

Parameters

Return Value

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

Exceptions

Exception Condition
ItemNotFoundException

roleID is not contained by the collection.