Поделиться через


CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_LOG_STATUS Property

Gets the status of the log timestamp.

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

CubeAdmin Web Service