共用方式為


Statusing.ReadTransactionDetails 方法

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

語法

'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadTransactionDetails", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Statusing/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadTransactionDetails ( _
    updateID As Guid _
) As StatusApprovalTransactionDetailsDataSet
'用途
Dim instance As Statusing
Dim updateID As Guid
Dim returnValue As StatusApprovalTransactionDetailsDataSet

returnValue = instance.ReadTransactionDetails(updateID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadTransactionDetails", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Statusing/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public StatusApprovalTransactionDetailsDataSet ReadTransactionDetails(
    Guid updateID
)

參數

  • updateID
    類型:System.Guid

    感興趣的工作分派的唯一識別碼。

傳回值

類型:WebSvcStatusing.StatusApprovalTransactionDetailsDataSet

備註

Project Server 權限

權限

描述

OpenProject

專案的讀取權限。

類別權限。

請參閱

參照

Statusing 類別

Statusing 成員

WebSvcStatusing 命名空間