Freigeben über


Project.UpdateServerTimelineData-Methode

Speichert Zeitachsendaten an die Server-Datenbank.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<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 _
)
'Usage
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
)

Parameter

  • timelineType
    Typ: System.Guid

    Die GUID, die den Typ der Zeitachse darstellt.

  • tlData
    Typ: System.String

    Eine Zeichenfolge mit Zeitachse Element und Formatieren von Daten gespeichert werden soll.

Hinweise

Elemente können aus der Zeitachse selbst formatiert, sodass eine Methode zum Senden von Informationen an den Server zurückgesendet erforderlich ist oder entfernt werden.

Siehe auch

Referenz

Project Klasse

Project-Member

WebSvcProject-Namespace