Share via


CubeSettingsDataSet.CubeSettingsRow.WADMIN_UPDATE_RES property

Gets or sets the value that specifies whether a Resource cube is being built.

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

Syntax

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

value = instance.WADMIN_UPDATE_RES

instance.WADMIN_UPDATE_RES = value
public byte WADMIN_UPDATE_RES { 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