CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_OLAP_SERVER property
Gets or sets the name of the OLAP server.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_CUBE_OLAP_SERVER As String
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As String
value = instance.WADMIN_CUBE_OLAP_SERVER
instance.WADMIN_CUBE_OLAP_SERVER = value
public string WADMIN_CUBE_OLAP_SERVER { get; set; }
Property value
Type: System.String
Remarks
This is required if building an OLAP cube of data.
See also
Reference
CubeSettingsDataSet.CubeSettingsRow class