CubeAdmin クラス

Project server の OLAP キューブ作成サービスを管理するためのメソッドが含まれます。

継承階層

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            WebSvcCubeAdmin.CubeAdmin

名前空間:  WebSvcCubeAdmin
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<WebServiceBindingAttribute(Name := "CubeAdminSoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/")> _
Public Class CubeAdmin _
    Inherits SoapHttpClientProtocol
'使用
Dim instance As CubeAdmin
[WebServiceBindingAttribute(Name = "CubeAdminSoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/")]
public class CubeAdmin : SoapHttpClientProtocol

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

CubeAdmin メンバー

WebSvcCubeAdmin 名前空間