次の方法で共有


Statusing.DelegateAssignments メソッド

1 つまたは複数の割り当てを別のリソースに委任します。

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/DelegateAssignments", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DelegateAssignments ( _
    assignmentDataSet As DelegationDataSet, _
    startDate As DateTime, _
    comment As String _
)
'使用
Dim instance As Statusing
Dim assignmentDataSet As DelegationDataSet
Dim startDate As DateTime
Dim comment As String

instance.DelegateAssignments(assignmentDataSet, _
    startDate, comment)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/DelegateAssignments", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void DelegateAssignments(
    DelegationDataSet assignmentDataSet,
    DateTime startDate,
    string comment
)

パラメーター

  • startDate
    型: System.DateTime

    ときにこの割り当てに対してリソースが開始されます。

  • comment
    型: System.String

    コメントをメールで送信される変更通知を送信します。

注釈

委任先リソース エンタープライズ リソースにする必要があります。

通知はチームの委任をサポートしていません。

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

権限

説明

ReassignTask

タスクにリソースを割り当てることができます。グローバル アクセス権。

SelfAssignTeamTasks

チームは、現在の割り当てを所有している場合、現在のユーザーにタスクを割り当てることができます。ユーザーがReassignTaskのアクセス許可を持たない場合にのみ適用されます。グローバル アクセス権。

関連項目

参照先

Statusing クラス

Statusing メンバー

WebSvcStatusing 名前空間