DimensionPermissionCollection.GetByRole 方法
Gets the DimensionPermission with the specified role identifier from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function GetByRole ( _
roleId As String _
) As DimensionPermission
用法
Dim instance As DimensionPermissionCollection
Dim roleId As String
Dim returnValue As DimensionPermission
returnValue = instance.GetByRole(roleId)
public DimensionPermission GetByRole(
string roleId
)
public:
DimensionPermission^ GetByRole(
String^ roleId
)
member GetByRole :
roleId:string -> DimensionPermission
public function GetByRole(
roleId : String
) : DimensionPermission
参数
- roleId
类型:System.String
The identifier of the role for the DimensionPermission to be returned.
返回值
类型:Microsoft.AnalysisServices.DimensionPermission
The DimensionPermission if it is contained in the collection.
异常
异常 | 条件 |
---|---|
ItemNotFoundException | roleID is not contained by the collection. |