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 类

ImportTimesheetDataSet.LinesDataTable 成员

WebSvcStatusing 命名空间