CubeSettingsDataSet.CubeSettingsRow.IsWADMIN_CUBE_EXTRANET_OLAP_SERVERNull Method
Determines whether the WADMIN_CUBE_EXTRANET_OLAP_SERVER property is set to a null value.
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 Function IsWADMIN_CUBE_EXTRANET_OLAP_SERVERNull As Boolean
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim returnValue As Boolean
returnValue = instance.IsWADMIN_CUBE_EXTRANET_OLAP_SERVERNull()
public bool IsWADMIN_CUBE_EXTRANET_OLAP_SERVERNull()
Return Value
Type: System.Boolean
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class