共用方式為


Statusing.ReadStatusApprovalsInProcess 方法

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

語法

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

returnValue = instance.ReadStatusApprovalsInProcess(userID)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadStatusApprovalsInProcess", 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 StatusApprovalDataSet ReadStatusApprovalsInProcess(
    Guid userID
)

參數

  • userID
    類型:System.Guid

    使用者的唯一識別碼。

傳回值

類型:WebSvcStatusing.StatusApprovalDataSet

備註

Project Server 權限

不不需要任何權限。此方法會讀取資料只能在目前已登入的資源。

請參閱

參照

Statusing 類別

Statusing 成員

WebSvcStatusing 命名空間