次の方法で共有


CubeAdmin.QueueCBSRequest メソッド

プロジェクトのサーバーのキュー サービスにキューブ作成サービス (CBS) 要求を送信します。

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/CubeAdmin/QueueCBSRequest", 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 QueueCBSRequest ( _
    settingcbsMsg As CBSRequestMessage _
) As Guid
'使用
Dim instance As CubeAdmin
Dim settingcbsMsg As CBSRequestMessage
Dim returnValue As Guid

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

パラメーター

戻り値

型: System.Guid
要求、Project Server キュー内のジョブの GUID。

注釈

settingcbsMsgでは、要求のパラメーターについては、 CBSRequestMessageを参照してください。

プロジェクト サーバーのアクセス許可

権限

説明

ManageCubeBuildingService

OLAP キューブ作成の設定を管理することができます。グローバル アクセス権。

ManageSiteServices

Active Directory の設定やデータベースのタイムアウトなどのサービスを管理することができます。グローバル アクセス権。

関連項目

参照先

CubeAdmin クラス

CubeAdmin メンバー

WebSvcCubeAdmin 名前空間