TimesheetDataSet.ActionsDataTable.FindByTS_ACTION_UID 方法
通过使用指定的时间表操作 GUID 检索一个ActionsRow对象。
命名空间: WebSvcTimeSheet
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function FindByTS_ACTION_UID ( _
TS_ACTION_UID As Guid _
) As TimesheetDataSet.ActionsRow
用法
Dim instance As TimesheetDataSet.ActionsDataTable
Dim TS_ACTION_UID As Guid
Dim returnValue As TimesheetDataSet.ActionsRow
returnValue = instance.FindByTS_ACTION_UID(TS_ACTION_UID)
public TimesheetDataSet.ActionsRow FindByTS_ACTION_UID(
Guid TS_ACTION_UID
)
参数
TS_ACTION_UID
类型:System.Guid包含时间表操作 GUID。
返回值
类型:WebSvcTimeSheet.TimesheetDataSet.ActionsRow
另请参阅
引用
TimesheetDataSet.ActionsDataTable 类