CubeAdmin Class

Includes methods for managing the OLAP Cube Build Service in Project Server.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            [CubeAdmin Web service].CubeAdmin

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
<WebServiceBindingAttribute(Name := "CubeAdminSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/")> _
Public Class CubeAdmin _
    Inherits SoapHttpClientProtocol
'Usage
Dim instance As CubeAdmin
[WebServiceBindingAttribute(Name = "CubeAdminSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/")]
public class CubeAdmin : SoapHttpClientProtocol

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CubeAdmin Members

CubeAdmin Web Service