MiningStructurePermissionCollection.FindByRole Method
Finds the MiningStructurePermission 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 MiningStructurePermission
'Usage
Dim instance As MiningStructurePermissionCollection
Dim roleId As String
Dim returnValue As MiningStructurePermission
returnValue = instance.FindByRole(roleId)
public MiningStructurePermission FindByRole(
string roleId
)
public:
MiningStructurePermission^ FindByRole(
String^ roleId
)
member FindByRole :
roleId:string -> MiningStructurePermission
public function FindByRole(
roleId : String
) : MiningStructurePermission
Parameters
- roleId
Type: System.String
The role identifier used to identify the MiningStructurePermission.
Return Value
Type: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified role identifier.