CubeAdmin.ReadOlapDatabaseSettingList method
Reads the OLAP cube database settings from the list of all available databases.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/ReadOlapDatabaseSettingList", 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 ReadOlapDatabaseSettingList As CubeSettingsDataSet
'Usage
Dim instance As CubeAdmin
Dim returnValue As CubeSettingsDataSet
returnValue = instance.ReadOlapDatabaseSettingList()
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/ReadOlapDatabaseSettingList", 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 CubeSettingsDataSet ReadOlapDatabaseSettingList()
Return value
Type: WebSvcCubeAdmin.CubeSettingsDataSet
Returns CubeSettingsDataSet.
Remarks
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. |