CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_DATE_RANGE_FROM property
Gets or sets the start date that is to be used when building an OLAP cube.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_CUBE_DATE_RANGE_FROM As DateTime
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As DateTime
value = instance.WADMIN_CUBE_DATE_RANGE_FROM
instance.WADMIN_CUBE_DATE_RANGE_FROM = value
public DateTime WADMIN_CUBE_DATE_RANGE_FROM { get; set; }
Property value
Type: System.DateTime
Remarks
This is required when a date range with a fixed start date and end date is used.
See also
Reference
CubeSettingsDataSet.CubeSettingsRow class