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. |