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
)

参数

返回值

类型:WebSvcStatusing.StatusingAssignmentDependenciesDataSet

备注

Project Server 权限

不不需要任何权限。此方法读取仅当前登录的资源的数据。

另请参阅

引用

Statusing 类

Statusing 成员

WebSvcStatusing 命名空间