Share via


CubeSettingsDataSet.CubeSettingsRow.WADMIN_UPDATE_RES Property

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

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

CubeAdmin Web Service