CubeCalculatedMemberDataSet.CalculatedMembers Property
Gets the collection of formula-based OLAP cube members.
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CalculatedMembers As CubeCalculatedMemberDataSet.CalculatedMembersDataTable
Get
'Usage
Dim instance As CubeCalculatedMemberDataSet
Dim value As CubeCalculatedMemberDataSet.CalculatedMembersDataTable
value = instance.CalculatedMembers
[BrowsableAttribute(false)]
public CubeCalculatedMemberDataSet.CalculatedMembersDataTable CalculatedMembers { get; }
Property Value
Type: [CubeAdmin Web service].CubeCalculatedMemberDataSet.CalculatedMembersDataTable
See Also
Reference
CubeCalculatedMemberDataSet Class