Freigeben über


TimeSheet.ReadProjectTimesheetLines-Methode

Arbeitszeittabellenzeilen gelesen.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadProjectTimesheetLines", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",  _
    ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/",  _
    Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function ReadProjectTimesheetLines ( _
    periodUID As Guid, _
    qryType As ProjectTimesheetLineQueryType _
) As ProjectTimesheetLinesDataSet
'Usage
Dim instance As TimeSheet
Dim periodUID As Guid
Dim qryType As ProjectTimesheetLineQueryType
Dim returnValue As ProjectTimesheetLinesDataSet

returnValue = instance.ReadProjectTimesheetLines(periodUID, _
    qryType)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/ReadProjectTimesheetLines", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", 
    ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/TimeSheet/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public ProjectTimesheetLinesDataSet ReadProjectTimesheetLines(
    Guid periodUID,
    ProjectTimesheetLineQueryType qryType
)

Parameter

Rückgabewert

Typ: WebSvcTimeSheet.ProjectTimesheetLinesDataSet

Hinweise

New-Methode in Project Server 2010.

Project Server-Berechtigungen

Berechtigung

Beschreibung

ApproveProjectTimesheetLine

Ermöglicht einem Benutzer das Projekt-Arbeitszeittabellen-Zeilen genehmigen. Die globale Berechtigung.

Siehe auch

Referenz

TimeSheet Klasse

TimeSheet-Member

WebSvcTimeSheet-Namespace