Compartilhar via


Método MiningStructurePermissionCollection.GetByRole

Gets the MiningStructurePermission with the specified role identifier.

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

Sintaxe

'Declaração
Public Function GetByRole ( _
    roleId As String _
) As MiningStructurePermission
'Uso
Dim instance As MiningStructurePermissionCollection 
Dim roleId As String 
Dim returnValue As MiningStructurePermission 

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

Parâmetros

Valor de retorno

Tipo: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified role identifier.

Exceções

Exceção Condição
ItemNotFoundException

roleID does not exist in the collection.

Consulte também

Referência

MiningStructurePermissionCollection Classe

Namespace Microsoft.AnalysisServices