Share via


CubeSettingsDataSet.CubeSettingsRow.WADMIN_UPDATE_CUBE property

Gets or sets the value that specifies whether an OLAP cube is being built.

Namespace:  WebSvcCubeAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WADMIN_UPDATE_CUBE As Byte
    Get
    Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Byte

value = instance.WADMIN_UPDATE_CUBE

instance.WADMIN_UPDATE_CUBE = value
public byte WADMIN_UPDATE_CUBE { get; set; }

Property value

Type: System.Byte

Remarks

This field should be 0, unless you look at the database while building a cube. If this field is set to 1, and you are not building a cube, an error has occurred.

See also

Reference

CubeSettingsDataSet.CubeSettingsRow class

CubeSettingsDataSet.CubeSettingsRow members

WebSvcCubeAdmin namespace