共用方式為


TimesheetDataSet.LinesDataTable.AddLinesRow 方法

LinesRow將物件加入至LinesDataTable物件。

命名空間:  WebSvcTimeSheet
組件:  ProjectServerServices (在 ProjectServerServices.dll 中)

語法

'宣告
Public Sub AddLinesRow ( _
    row As TimesheetDataSet.LinesRow _
)
'用途
Dim instance As TimesheetDataSet.LinesDataTable
Dim row As TimesheetDataSet.LinesRow

instance.AddLinesRow(row)
public void AddLinesRow(
    TimesheetDataSet.LinesRow row
)

參數

備註

AddLinesRow方法簽章是多載,如下所示:

  • 協力廠商開發人員應該使用具有單一TimesheetDataSet.LinesRow參數,例如, AddLinesRow(TimesheetDataSet.LinesRow row)的多載。

  • 在 Microsoft Visual Studio 中的物件總管] 會顯示另一個用於LinesRow中的所有欄位中的個別參數的多載。會在內部使用的多載。

    public LinesRow AddLinesRow(
        System.Guid TS_LINE_UID, 
        HeadersRow parentHeadersRowByHeaders_Lines, 
        System.Guid ASSN_UID, 
        System.Guid TASK_UID, 
        System.Guid PROJ_UID, 
        System.Guid TS_LINE_CLASS_UID, 
        string TS_LINE_COMMENT, 
        byte TS_LINE_VALIDATION_TYPE, 
        string TS_LINE_CACHED_ASSIGN_NAME, 
        string TS_LINE_CACHED_PROJ_NAME, 
        string TS_LINE_CACHED_PROJ_REVISION_COUNTER, 
        string TS_LINE_CACHED_PROJ_REVISION_RANK, 
        string TS_LINE_IS_CACHED, 
        decimal TS_LINE_ACT_SUM_VALUE, 
        byte TS_LINE_STATUS) 
    

請參閱

參照

TimesheetDataSet.LinesDataTable 類別

TimesheetDataSet.LinesDataTable 成員

WebSvcTimeSheet 命名空間