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工作分配唯一的 id。
返回值
类型:WebSvcStatusing.StatusingAssignmentDependenciesDataSet
备注
Project Server 权限
不不需要任何权限。此方法读取仅当前登录的资源的数据。