Поделиться через


Метод MiningStructurePermissionCollection.GetByRole

Gets the MiningStructurePermission with the specified role identifier.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function GetByRole ( _
    roleId As String _
) As MiningStructurePermission
'Применение
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

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified role identifier.

Исключения

Исключение Условие
ItemNotFoundException

roleID does not exist in the collection.

См. также

Справочник

MiningStructurePermissionCollection Класс

Пространство имен Microsoft.AnalysisServices