共用方式為


Resource.UpdateDelegations 方法

命名空間:  WebSvcResource
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

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

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

參數

備註

Project Server 權限

權限

描述

ManageMyDelegations

可讓使用者管理自己的使用者委派。

ManageMyResourceDelegations

可讓使用者管理自己的資源委派。

請參閱

參照

Resource 類別

Resource 成員

WebSvcResource 命名空間