TimesheetListDataSet.TimesheetsDataTable.AddTimesheetsRow 方法
TimesheetsRow將物件加入至TimesheetsDataTable。
命名空間: WebSvcTimeSheet
組件: ProjectServerServices (在 ProjectServerServices.dll 中)
語法
'宣告
Public Sub AddTimesheetsRow ( _
row As TimesheetListDataSet.TimesheetsRow _
)
'用途
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim row As TimesheetListDataSet.TimesheetsRow
instance.AddTimesheetsRow(row)
public void AddTimesheetsRow(
TimesheetListDataSet.TimesheetsRow row
)
參數
row
類型:WebSvcTimeSheet.TimesheetListDataSet.TimesheetsRow若要新增的時程表的資料列。
備註
AddTimesheetsRow方法簽章是多載,如下所示:
協力廠商開發人員應該使用具有單一TimesheetListDataSet.TimesheetsRow參數,例如, AddTimesheetsRow(TimesheetListDataSet.TimesheetsRow row)的多載。
在 Microsoft Visual Studio 中的物件總管] 會顯示另一個用於TimesheetsRow中的所有欄位中的個別參數的多載。會在內部使用的多載。
public TimesheetsRow AddTimesheetsRow( System.Guid TS_UID, System.Guid RES_UID, System.Guid TS_CREATOR_RES_UID, string TS_NAME, string TLastActionComment, string TLastActionCachedResName, System.Guid WPRD_UID, string WPRD_NAME, System.DateTime WPRD_START_DATE, System.DateTime WPRD_FINISH_DATE, string TS_CACHED_RES_NAME, byte TS_STATUS_ENUM, decimal TS_TOTAL_ACT_VALUE, decimal TS_TOTAL_ACT_OVT_VALUE, decimal TS_TOTAL_ACT_NON_BILLABLE_VALUE, decimal TS_TOTAL_ACT_NON_BILLABLE_OVT_VALUE, decimal TS_GRAND_TOTAL_ACT_VALUE, System.Guid RES_TIMESHEET_MGR_UID, int TS_QUEUE_COUNTER, int TS_AUX_STATUS, System.Guid TS_JOB_UID)
請參閱
參照
TimesheetListDataSet.TimesheetsDataTable 類別