DriverDataSet.DriverImpactStatementsDataTable.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID 方法

通过使用指定的驱动程序的 GUID、 GUID、 自定义字段和查找表的 GUID 的检索的DriverImpactStatementsRow对象。

命名空间:  WebSvcDriver
程序集:  ProjectServerServices(位于 ProjectServerServices.dll 中)

语法

声明
Public Function FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID ( _
    DRIVER_UID As Guid, _
    PROJECT_IMPACT_CF_UID As Guid, _
    LT_STRUCT_UID As Guid _
) As DriverDataSet.DriverImpactStatementsRow
用法
Dim instance As DriverDataSet.DriverImpactStatementsDataTable
Dim DRIVER_UID As Guid
Dim PROJECT_IMPACT_CF_UID As Guid
Dim LT_STRUCT_UID As Guid
Dim returnValue As DriverDataSet.DriverImpactStatementsRow

returnValue = instance.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID(DRIVER_UID, _
    PROJECT_IMPACT_CF_UID, LT_STRUCT_UID)
public DriverDataSet.DriverImpactStatementsRow FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID(
    Guid DRIVER_UID,
    Guid PROJECT_IMPACT_CF_UID,
    Guid LT_STRUCT_UID
)

参数

  • DRIVER_UID
    类型:System.Guid

    驱动程序和其相关的影响语句的唯一标识符。

  • PROJECT_IMPACT_CF_UID
    类型:System.Guid

    自定义字段的唯一标识符。

  • LT_STRUCT_UID
    类型:System.Guid

    为查找表中指定的驱动程序影响陈述与关联的唯一标识符。

返回值

类型:WebSvcDriver.DriverDataSet.DriverImpactStatementsRow

另请参阅

引用

DriverDataSet.DriverImpactStatementsDataTable 类

DriverDataSet.DriverImpactStatementsDataTable 成员

WebSvcDriver 命名空间