CubeSettingsDataSet.CubeSettingsRow.WADMIN_RES_DATE_RANGE_PAST_NUM Property
Gets or sets the value that specifies the number of units (days, weeks, or months) that is to be used before the current date, when building a Resource 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_RES_DATE_RANGE_PAST_NUM As Integer
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Integer
value = instance.WADMIN_RES_DATE_RANGE_PAST_NUM
instance.WADMIN_RES_DATE_RANGE_PAST_NUM = value
public int WADMIN_RES_DATE_RANGE_PAST_NUM { get; set; }
Property Value
Type: System.Int32
Remarks
This is required when a rolling date range is used to build a Resource cube.
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class