CubeAdmin.ReadCubeFieldSettings method
Gets information about the fields that can appear in the OLAP cubes.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/ReadCubeFieldSettings", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadCubeFieldSettings As CubeFieldSettingDataSet
'Usage
Dim instance As CubeAdmin
Dim returnValue As CubeFieldSettingDataSet
returnValue = instance.ReadCubeFieldSettings()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/ReadCubeFieldSettings", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public CubeFieldSettingDataSet ReadCubeFieldSettings()
Return value
Type: WebSvcCubeAdmin.CubeFieldSettingDataSet
The CubeFieldSettingDataSet contains tables for dimensions and measures of the assignment, project, resource, and task fields.
Remarks
For more information on the field properties, see the following:
Project Server Permissions
Permission |
Description |
---|---|
Allows a user to manage settings for OLAP cube creation. Global permission. |
|
Allows a user to administer services such as Active Directory settings and database timeouts. Global permission. |