CubeAdmin.ReadCalculatedMemberDefinitions method

Reads the calculated member definitions of the Project Server OLAP cube in Analysis Services.

Namespace:  WebSvcCubeAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/ReadCalculatedMemberDefinitions", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadCalculatedMemberDefinitions As CubeCalculatedMemberDataSet
'Usage
Dim instance As CubeAdmin
Dim returnValue As CubeCalculatedMemberDataSet

returnValue = instance.ReadCalculatedMemberDefinitions()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/ReadCalculatedMemberDefinitions", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public CubeCalculatedMemberDataSet ReadCalculatedMemberDefinitions()

Return value

Type: WebSvcCubeAdmin.CubeCalculatedMemberDataSet
The CubeCalculatedMemberDataSet contains

Remarks

The properties of the calculated members include CubeID, IsEnabled, MemberDefinition, MemberName, and UID of the calculated member. For information about the properties, see CubeCalculatedMemberDataSet.CalculatedMembersRow.

Project Server Permissions

Permission

Description

ManageCubeBuildingService

Allows a user to manage settings for OLAP cube creation. Global permission.

ManageSiteServices

Allows a user to administer services such as Active Directory settings and database timeouts. Global permission.

See also

Reference

CubeAdmin class

CubeAdmin members

WebSvcCubeAdmin namespace