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