次の方法で共有


Resource.CreateDelegations メソッド

リソースの管理に使用する委任情報を作成します。

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

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/CreateDelegations", 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 Sub CreateDelegations ( _
    ds As UserDelegationDataSet _
)
'使用
Dim instance As Resource
Dim ds As UserDelegationDataSet

instance.CreateDelegations(ds)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/CreateDelegations", 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 void CreateDelegations(
    UserDelegationDataSet ds
)

パラメーター

注釈

このメソッドは、プロジェクトの GUID を返しませんとリソース GUID。

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

権限

説明

ManageMyDelegations

自分のユーザーの委任を管理することができます。

ManageMyResourceDelegations

自分のリソースの委任を管理することができます。

関連項目

参照先

Resource クラス

Resource メンバー

WebSvcResource 名前空間