Project.ReadServerTimelineData 方法
會傳回目前顯示在已連線的時間表加上有已由使用者設定任何特殊格式設定資料的項目。
命名空間: WebSvcProject
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerTimelineData", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Project/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadServerTimelineData ( _
timelineType As Guid _
) As String
'用途
Dim instance As Project
Dim timelineType As Guid
Dim returnValue As String
returnValue = instance.ReadServerTimelineData(timelineType)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/ReadServerTimelineData", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Project/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public string ReadServerTimelineData(
Guid timelineType
)
參數
timelineType
類型:System.Guid代表時間表類型的 GUID。
傳回值
類型:System.String
字串,其中包含時間表資料和任何特殊格式設定資料。