TimesheetDataSet.ActionsDataTable.NewActionsRow-Methode
Erstellt ein Row-Objekt in der ActionsDataTable.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function NewActionsRow As TimesheetDataSet.ActionsRow
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim returnValue As TimesheetDataSet.ActionsRow
returnValue = instance.NewActionsRow()
public TimesheetDataSet.ActionsRow NewActionsRow()
Rückgabewert
Typ: WebSvcTimeSheet.TimesheetDataSet.ActionsRow
Siehe auch
Referenz
TimesheetDataSet.ActionsDataTable Klasse