Share via


CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_LOG_STATUS property

Gets the status of the log timestamp.

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

Syntax

'Declaration
Public Property WADMIN_CUBE_LOG_STATUS As Integer
    Get
    Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Integer

value = instance.WADMIN_CUBE_LOG_STATUS

instance.WADMIN_CUBE_LOG_STATUS = value
public int WADMIN_CUBE_LOG_STATUS { get; set; }

Property value

Type: System.Int32

Remarks

It takes the following values:

Value

Meaning

-1

Warning; the cube was built, but not everything was built correctly.

0

The cube was built correctly.

Any

The cube was built incorrectly (failed); refer to WADMIN_CUBE_LOG_STATUS_TEXT for the specific error message.

See also

Reference

CubeSettingsDataSet.CubeSettingsRow class

CubeSettingsDataSet.CubeSettingsRow members

WebSvcCubeAdmin namespace