DimensionPermissionCollection.FindByRole 方法
Gets the DimensionPermission with the specified role identifier from the collection.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function FindByRole ( _
roleId As String _
) As DimensionPermission
用法
Dim instance As DimensionPermissionCollection
Dim roleId As String
Dim returnValue As DimensionPermission
returnValue = instance.FindByRole(roleId)
public DimensionPermission FindByRole(
string roleId
)
public:
DimensionPermission^ FindByRole(
String^ roleId
)
member FindByRole :
roleId:string -> DimensionPermission
public function FindByRole(
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; otherwise, a null reference (Nothing in Visual Basic).