CubeAdmin.BuildOlapDatabase method

Used to build an OLAP database using the specified unique identifier.

Namespace:  WebSvcCubeAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/BuildOlapDatabase", 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 BuildOlapDatabase ( _
    olapDatabaseGuid As Guid _
) As Guid
'Usage
Dim instance As CubeAdmin
Dim olapDatabaseGuid As Guid
Dim returnValue As Guid

returnValue = instance.BuildOlapDatabase(olapDatabaseGuid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/BuildOlapDatabase", 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 Guid BuildOlapDatabase(
    Guid olapDatabaseGuid
)

Parameters

Return value

Type: System.Guid
Returns Guid.

Remarks

Project Server Permissions

Permission

Description

ManageCubeBuildingService

Allows a user to manage settings for OLAP cube creation. Global permission.

ManageSiteServices

Allows a user to administer services such as Active Directory settings and database timeouts. Global permission.

See also

Reference

CubeAdmin class

CubeAdmin members

WebSvcCubeAdmin namespace