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: [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_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