Share via


CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_DATE_RANGE Property

Gets or sets the date range that is to be used when building an OLAP cube.

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 Property WADMIN_CUBE_DATE_RANGE As Integer
    Get
    Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Integer

value = instance.WADMIN_CUBE_DATE_RANGE

instance.WADMIN_CUBE_DATE_RANGE = value
public int WADMIN_CUBE_DATE_RANGE { get; set; }

Property Value

Type: System.Int32

Remarks

It takes the following values:

Value

Meaning

0

Use the earliest project start date and the latest project finish date (default).

1

Use a rolling date range that begins x days before the current date and ends y days after the current date.

2

Use a date range with fixed start dates and fixed end dates.

See Also

Reference

CubeSettingsDataSet.CubeSettingsRow Class

CubeSettingsDataSet.CubeSettingsRow Members

CubeAdmin Web Service