CubeSettingsDataSet.CubeSettingsRow.WADMIN_UPDATE_CUBE Property
Gets or sets the value that specifies whether an OLAP 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_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