共用方式為


Events.DeleteEventHandlerAssociations 方法

刪除 Project Server 事件處理常式的關聯。

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

語法

'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Events/DeleteEventHandlerAssociations", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Events/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Events/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub DeleteEventHandlerAssociations ( _
    eventHandlerUids As Guid() _
)
'用途
Dim instance As Events
Dim eventHandlerUids As Guid()

instance.DeleteEventHandlerAssociations(eventHandlerUids)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Events/DeleteEventHandlerAssociations", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Events/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Events/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void DeleteEventHandlerAssociations(
    Guid[] eventHandlerUids
)

參數

  • eventHandlerUids
    類型:[]

    事件處理常式 Guid 的陣列。

備註

Project Server 權限

權限

描述

ManageServerEvents

可讓使用者管理的伺服器端事件的事件處理常式。通用權限。

請參閱

參照

Events 類別

Events 成員

WebSvcEvents 命名空間