DriverDataSet.DriverImpactStatementsDataTable.FindByDRIVER_UIDPROJECT_IMPACT_CF_UIDLT_STRUCT_UID method
Recupera o objeto DriverImpactStatementsRow usando o driver especificado GUID, o GUID do campo personalizado e procurar um tabela GUID.
Namespace: WebSvcDriver
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
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
'Uso
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
)
Parâmetros
DRIVER_UID
Type: System.GuidO identificador exclusivo para o driver e sua declaração de impacto associado.
PROJECT_IMPACT_CF_UID
Type: System.GuidO identificador exclusivo para o campo personalizado.
LT_STRUCT_UID
Type: System.GuidO identificador exclusivo da tabela de pesquisa associada a declaração de impacto de driver especificado.
Valor retornado
Type: WebSvcDriver.DriverDataSet.DriverImpactStatementsRow
Ver também
Referência
DriverDataSet.DriverImpactStatementsDataTable class