Метод MiningModelPermissionCollection.GetByRole
Returns the MiningModelPermission with the specified role identifier.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function GetByRole ( _
roleId As String _
) As MiningModelPermission
'Применение
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
Параметры
- roleId
Тип: System.String
The role identifier used to identify the MiningModelPermission.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.MiningModelPermission
The MiningModelPermission with the specified role identifier.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | roleID is not contained by the collection. |