TimesheetDataSet.ActionsDataTable.AddActionsRow 方法 (TimesheetDataSet.ActionsRow)
ActionsRow將物件加入至ActionsDataTable。
命名空間: WebSvcTimeSheet
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Sub AddActionsRow ( _
row As TimesheetDataSet.ActionsRow _
)
'用途
Dim instance As TimesheetDataSet.ActionsDataTable
Dim row As TimesheetDataSet.ActionsRow
instance.AddActionsRow(row)
public void AddActionsRow(
TimesheetDataSet.ActionsRow row
)
參數
row
類型:WebSvcTimeSheet.TimesheetDataSet.ActionsRow包含要加入的資料列。
請參閱
參照
TimesheetDataSet.ActionsDataTable 類別