Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the MiningStructurePermission with the specified role identifier.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function GetByRole ( _
roleId As String _
) As MiningStructurePermission
'Uso
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
Parámetros
- roleId
Tipo: System.String
The role identifier used to identify the MiningStructurePermission.
Valor devuelto
Tipo: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified role identifier.
Excepciones
| Excepción | Condición |
|---|---|
| ItemNotFoundException | roleID does not exist in the collection. |