CubeSettingsDataSet.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 CubeSettingsDataSet.CalculatedMembersRow
Get
'Usage
Dim instance As CubeSettingsDataSet.CalculatedMembersDataTable
Dim index As Integer
Dim value As CubeSettingsDataSet.CalculatedMembersRow
value = instance.Item(index)
public CubeSettingsDataSet.CalculatedMembersRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [CubeAdmin Web service].CubeSettingsDataSet.CalculatedMembersRow
See Also
Reference
CubeSettingsDataSet.CalculatedMembersDataTable Class