次の方法で共有


Resource.ReadDelegations メソッド

リソースの管理に使用する委任情報を読み取ります。

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/ReadDelegations", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Resource/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Resource/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadDelegations ( _
    filter As DelegationFilter, _
    resUid As Guid _
) As UserDelegationDataSet
'使用
Dim instance As Resource
Dim filter As DelegationFilter
Dim resUid As Guid
Dim returnValue As UserDelegationDataSet

returnValue = instance.ReadDelegations(filter, _
    resUid)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/ReadDelegations", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Resource/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Resource/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public UserDelegationDataSet ReadDelegations(
    DelegationFilter filter,
    Guid resUid
)

パラメーター

戻り値

型: WebSvcResource.UserDelegationDataSet
UserDelegationDataSet を返します。

注釈

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

[アクセス許可]

0e81566c-99cb-e77e-a217-99e78de7db31_summary

標準的でないです。

ManageWorkflowまたはChangeWorkflowのいずれかのグローバル権限が必要です。ChangeWorkflowアクセス許可があれば、また、 OpenProjectSaveProjectの両方のカテゴリ権限が必要です。

関連項目

参照先

Resource クラス

Resource メンバー

WebSvcResource 名前空間