次の方法で共有


Statusing.ReadAssignmentsForDelegation メソッド

割り当てが現在のユーザーに委任することがフィルターされたリストを取得します。

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentsForDelegation", 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 Function ReadAssignmentsForDelegation ( _
    filter As DelegationFilterType, _
    filterParameter As Guid _
) As DelegationDataSet
'使用
Dim instance As Statusing
Dim filter As DelegationFilterType
Dim filterParameter As Guid
Dim returnValue As DelegationDataSet

returnValue = instance.ReadAssignmentsForDelegation(filter, _
    filterParameter)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadAssignmentsForDelegation", 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 DelegationDataSet ReadAssignmentsForDelegation(
    DelegationFilterType filter,
    Guid filterParameter
)

パラメーター

  • filterParameter
    型: System.Guid

    Projectフィルターが選択されている場合は、 SingleAssignmentのフィルターを指定する場合は、割り当ての一意の ID、または、プロジェクトの一意の ID が含まれます。

戻り値

型: WebSvcStatusing.DelegationDataSet
割り当てを使用して、 DelegationDataSetオブジェクトはこのユーザーが委任することです。

注釈

このメソッドは、現在ログオンしているリソースだけのデータを読み込みます。

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

権限

説明

ReassignTask

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

SelfAssignTeamTasks

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

関連項目

参照先

Statusing クラス

Statusing メンバー

WebSvcStatusing 名前空間