次の方法で共有


Project.QueueUpdateProjectImpacts メソッド

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueUpdateProjectImpacts", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub QueueUpdateProjectImpacts ( _
    jobUid As Guid, _
    sessionUid As Guid, _
    projectImpactDataSet As ProjectImpactDataSet _
)
'使用
Dim instance As Project
Dim jobUid As Guid
Dim sessionUid As Guid
Dim projectImpactDataSet As ProjectImpactDataSet

instance.QueueUpdateProjectImpacts(jobUid, _
    sessionUid, projectImpactDataSet)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/QueueUpdateProjectImpacts", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void QueueUpdateProjectImpacts(
    Guid jobUid,
    Guid sessionUid,
    ProjectImpactDataSet projectImpactDataSet
)

パラメーター

  • jobUid
    型: System.Guid

    キュー ジョブの GUID。

  • sessionUid
    型: System.Guid

    キュー ジョブを送信するセッションの GUID を指定します。

注釈

プロジェクトへの影響の値の更新メッセージを Project Server キューに挿入します。QueueUpdateProjectImpactsは、 Project Server 2013の新しいメソッドです。

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

権限

説明

SaveProject

指定したプロジェクトを保存することができます。カテゴリのアクセス権。

EditProjectProperties

プロジェクトのユーザー設定フィールド、プロジェクト名、および指定したプロジェクトのプロジェクト所有者を編集することができます。

ユーザーが両方のアクセス許可を持たない場合は、Project Server は、 GeneralSecurityAccessDeniedエラーを発行します。

関連項目

参照先

Project クラス

Project メンバー

WebSvcProject 名前空間