共用方式為


Resource.DeleteDelegations 方法

會刪除用來管理的資源委派資訊。

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

語法

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

instance.DeleteDelegations(delegationsUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Resource/DeleteDelegations", 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 DeleteDelegations(
    Guid[] delegationsUids
)

參數

  • delegationsUids
    類型:[]

備註

Project Server 權限

權限

描述

ManageMyDelegations

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

ManageMyResourceDelegations

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

請參閱

參照

Resource 類別

Resource 成員

WebSvcResource 命名空間