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