Share via


CubeSettingsDataSet.Departments Property

Gets a collection of OLAP cube settings information that is associated with departmental data.

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
<BrowsableAttribute(False)> _
Public ReadOnly Property Departments As CubeSettingsDataSet.DepartmentsDataTable
    Get
'Usage
Dim instance As CubeSettingsDataSet
Dim value As CubeSettingsDataSet.DepartmentsDataTable

value = instance.Departments
[BrowsableAttribute(false)]
public CubeSettingsDataSet.DepartmentsDataTable Departments { get; }

Property Value

Type: [CubeAdmin Web service].CubeSettingsDataSet.DepartmentsDataTable

See Also

Reference

CubeSettingsDataSet Class

CubeSettingsDataSet Members

CubeAdmin Web Service