Метод MiningStructurePermissionCollection.FindByRole
Finds the MiningStructurePermission with the specified role identifier or null if not found.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function FindByRole ( _
roleId As String _
) As MiningStructurePermission
'Применение
Dim instance As MiningStructurePermissionCollection
Dim roleId As String
Dim returnValue As MiningStructurePermission
returnValue = instance.FindByRole(roleId)
public MiningStructurePermission FindByRole(
string roleId
)
public:
MiningStructurePermission^ FindByRole(
String^ roleId
)
member FindByRole :
roleId:string -> MiningStructurePermission
public function FindByRole(
roleId : String
) : MiningStructurePermission
Параметры
- roleId
Тип: System.String
The role identifier used to identify the MiningStructurePermission.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified role identifier.