Metodo MiningStructurePermissionCollection.GetByRole
Gets the MiningStructurePermission with the specified role identifier.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function GetByRole ( _
roleId As String _
) As MiningStructurePermission
'Utilizzo
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
Parametri
- roleId
Tipo: System.String
The role identifier used to identify the MiningStructurePermission.
Valore restituito
Tipo: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified role identifier.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | roleID does not exist in the collection. |