次の方法で共有


Project.UpdateServerTimelineData メソッド

タイムラインのデータをサーバー データベースに保存します。

名前空間:  WebSvcProject
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/UpdateServerTimelineData", 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 Sub UpdateServerTimelineData ( _
    timelineType As Guid, _
    tlData As String _
)
'使用
Dim instance As Project
Dim timelineType As Guid
Dim tlData As String

instance.UpdateServerTimelineData(timelineType, _
    tlData)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Project/UpdateServerTimelineData", 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 void UpdateServerTimelineData(
    Guid timelineType,
    string tlData
)

パラメーター

  • timelineType
    型: System.Guid

    タイムラインの種類を表す GUID です。

  • tlData
    型: System.String

    タイムラインの項目と書式設定のデータを保存するを含む文字列。

注釈

アイテムを削除またはメソッドは、その情報をサーバーに送信する必要があるため自体、タイムラインの書式を設定できます。

関連項目

参照先

Project クラス

Project メンバー

WebSvcProject 名前空間