Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the MiningStructurePermission with the specified role identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function GetByRole ( _
roleId As String _
) As MiningStructurePermission
'Usage
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
Parameters
- roleId
Type: System.String
The role identifier used to identify the MiningStructurePermission.
Return Value
Type: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified role identifier.
Exceptions
| Exception | Condition |
|---|---|
| ItemNotFoundException | roleID does not exist in the collection. |