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 類別