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