TimesheetDataSet.ActionsDataTable.AddActionsRow-Methode (TimesheetDataSet.ActionsRow)
Der ActionsDataTablewird ein ActionsRow -Objekt hinzugefügt.
Namespace: WebSvcTimeSheet
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddActionsRow ( _
row As TimesheetDataSet.ActionsRow _
)
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim row As TimesheetDataSet.ActionsRow
instance.AddActionsRow(row)
public void AddActionsRow(
TimesheetDataSet.ActionsRow row
)
Parameter
row
Typ: WebSvcTimeSheet.TimesheetDataSet.ActionsRowEnthält die Zeile, die hinzugefügt werden soll.
Siehe auch
Referenz
TimesheetDataSet.ActionsDataTable Klasse