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
)
パラメーター
assignmentDataSet
型: WebSvcStatusing.DelegationDataSet新しい委任を反映するように更新された情報を使用するDelegationDataSetのオブジェクト。
startDate
型: System.DateTimeときにこの割り当てに対してリソースが開始されます。
comment
型: System.Stringコメントをメールで送信される変更通知を送信します。
注釈
委任先リソース エンタープライズ リソースにする必要があります。
通知はチームの委任をサポートしていません。
プロジェクト サーバーのアクセス許可
権限 |
説明 |
---|---|
タスクにリソースを割り当てることができます。グローバル アクセス権。 |
|
チームは、現在の割り当てを所有している場合、現在のユーザーにタスクを割り当てることができます。ユーザーがReassignTaskのアクセス許可を持たない場合にのみ適用されます。グローバル アクセス権。 |