Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the MiningModelPermission with the specified role identifier or null if not found.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function FindByRole ( _
roleId As String _
) As MiningModelPermission
'Usage
Dim instance As MiningModelPermissionCollection
Dim roleId As String
Dim returnValue As MiningModelPermission
returnValue = instance.FindByRole(roleId)
public MiningModelPermission FindByRole(
string roleId
)
public:
MiningModelPermission^ FindByRole(
String^ roleId
)
member FindByRole :
roleId:string -> MiningModelPermission
public function FindByRole(
roleId : String
) : MiningModelPermission
Parameters
- roleId
Type: System.String
The role identifier used to identify the MiningModelPermission.
Return Value
Type: Microsoft.AnalysisServices.MiningModelPermission
The MiningModelPermission with the specified role identifier.