CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_OLAP_SERVER Property
Gets or sets the name of the OLAP server.
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_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