Compartilhar via


CubeAdmin class

Inclui métodos para gerenciar o serviço de criação do cubo OLAP no 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
            WebSvcCubeAdmin.CubeAdmin

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

Syntax

'Declaração
<WebServiceBindingAttribute(Name := "CubeAdminSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/")> _
Public Class CubeAdmin _
    Inherits SoapHttpClientProtocol
'Uso
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.

Ver também

Referência

CubeAdmin members

WebSvcCubeAdmin namespace