CubeSettingsDataSet.CubeSettingsRow.AS_DATABASE_STATUS Property
Gets the status of the Analysis Services database.
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 AS_DATABASE_STATUS As Integer
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Integer
value = instance.AS_DATABASE_STATUS
instance.AS_DATABASE_STATUS = value
public int AS_DATABASE_STATUS { get; set; }
Property Value
Type: System.Int32
Remarks
It gets its values from the CubeStatus.OlapDatabaseStatus enumeration, as follows:
Value |
Meaning |
---|---|
0 |
NotBuilt |
1 |
Success |
2 |
Failure |
3 |
Processing |
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class