共用方式為


TimesheetDataSet.LinesDataTable.FindByTS_LINE_UID 方法

使用指定的時程表 GUID 來擷取LinesRow物件。

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

語法

'宣告
Public Function FindByTS_LINE_UID ( _
    TS_LINE_UID As Guid _
) As TimesheetDataSet.LinesRow
'用途
Dim instance As TimesheetDataSet.LinesDataTable
Dim TS_LINE_UID As Guid
Dim returnValue As TimesheetDataSet.LinesRow

returnValue = instance.FindByTS_LINE_UID(TS_LINE_UID)
public TimesheetDataSet.LinesRow FindByTS_LINE_UID(
    Guid TS_LINE_UID
)

參數

  • TS_LINE_UID
    類型:System.Guid

    包含時程表行 GUID。

傳回值

類型:WebSvcTimeSheet.TimesheetDataSet.LinesRow
Row 物件。

請參閱

參照

TimesheetDataSet.LinesDataTable 類別

TimesheetDataSet.LinesDataTable 成員

WebSvcTimeSheet 命名空間