ImportTimesheetDataSet.LinesDataTable.FindByTS_LINE_UID メソッド
指定された行の GUID を使用して、 ImportTimesheetDataSetオブジェクトを取得します。
名前空間: WebSvcStatusing
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Function FindByTS_LINE_UID ( _
TS_LINE_UID As Guid _
) As ImportTimesheetDataSet.LinesRow
'使用
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim TS_LINE_UID As Guid
Dim returnValue As ImportTimesheetDataSet.LinesRow
returnValue = instance.FindByTS_LINE_UID(TS_LINE_UID)
public ImportTimesheetDataSet.LinesRow FindByTS_LINE_UID(
Guid TS_LINE_UID
)
パラメーター
TS_LINE_UID
型: System.Guidタイムシート行 GUID にはが含まれています。
戻り値
型: WebSvcStatusing.ImportTimesheetDataSet.LinesRow
関連項目
参照先
ImportTimesheetDataSet.LinesDataTable クラス