次の方法で共有


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 名前空間