Metodo GetByRole

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Parametri

Valore restituito

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

Eccezioni

Eccezione Condizione
ItemNotFoundException

roleID is not contained by the collection.