共用方式為


GetByRole 方法

Gets the CubePermission, with the specified role identifier, from the collection.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Function GetByRole ( _
    roleId As String _
) As CubePermission
'用途
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

參數

傳回值

型別:Microsoft.AnalysisServices. . :: . .CubePermission
The CubePermission, if it is contained in the collection.

例外

例外狀況 條件
ItemNotFoundException

roleID is not contained by the collection.