Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the CubePermission, with the specified role identifier, from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function GetByRole ( _
roleId As String _
) As CubePermission
'Uso
Dim instance As CubePermissionCollection
Dim roleId As String
Dim returnValue As CubePermission
returnValue = instance.GetByRole(roleId)
public CubePermission GetByRole(
string roleId
)
public:
CubePermission^ GetByRole(
String^ roleId
)
member GetByRole :
roleId:string -> CubePermission
public function GetByRole(
roleId : String
) : CubePermission
Parámetros
- roleId
Tipo: System.String
The identifier of the role for the CubePermission to be returned.
Valor devuelto
Tipo: Microsoft.AnalysisServices.CubePermission
The CubePermission, if it is contained in the collection.
Excepciones
| Excepción | Condición |
|---|---|
| ItemNotFoundException | roleID is not contained by the collection. |