共用方式為


Statusing.ReadAssignmentDependencies 方法

取得排程,完成之前可以啟動指定的工作分派的工作的表。也會取得工作的表取決於工作分派的完成日期。

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

語法

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

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

參數

  • p0
    類型:System.Guid

    工作分派的唯一識別碼。

傳回值

類型:WebSvcStatusing.StatusingAssignmentDependenciesDataSet

備註

Project Server 權限

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

請參閱

參照

Statusing 類別

Statusing 成員

WebSvcStatusing 命名空間