Statusing.ReadSummaryTaskPath 方法
取得指定之任務的摘要任務階層。
命名空間: WebSvcStatusing
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadSummaryTaskPath", 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 ReadSummaryTaskPath ( _
p0 As Guid _
) As SummaryTaskPathDataSet
'用途
Dim instance As Statusing
Dim p0 As Guid
Dim returnValue As SummaryTaskPathDataSet
returnValue = instance.ReadSummaryTaskPath(p0)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Statusing/ReadSummaryTaskPath", 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 SummaryTaskPathDataSet ReadSummaryTaskPath(
Guid p0
)
參數
p0
類型:System.Guid上述工作的唯一識別碼。
傳回值
類型:WebSvcStatusing.SummaryTaskPathDataSet
備註
Project Server 權限
不不需要任何權限。此方法會讀取資料只能在目前已登入的資源。