CubeCalculatedMemberDataSet.CalculatedMembersDataTable.Item Property
Gets a row object in the CalculatedMembersDataTable, where the row is specified by an index.
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
Public ReadOnly Property Item ( _
index As Integer _
) As CubeCalculatedMemberDataSet.CalculatedMembersRow
Get
'Usage
Dim instance As CubeCalculatedMemberDataSet.CalculatedMembersDataTable
Dim index As Integer
Dim value As CubeCalculatedMemberDataSet.CalculatedMembersRow
value = instance.Item(index)
public CubeCalculatedMemberDataSet.CalculatedMembersRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [CubeAdmin Web service].CubeCalculatedMemberDataSet.CalculatedMembersRow
See Also
Reference
CubeCalculatedMemberDataSet.CalculatedMembersDataTable Class
CubeCalculatedMemberDataSet.CalculatedMembersDataTable Members