共用方式為


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 命名空間