Compartir a través de


(OptimizerSolutionDataSet.SolutionRow, Guid, String, Double, Double, Byte, Byte, Guid, String) del método OptimizerSolutionDataSet.SolutionProjectsDataTable.AddSolutionProjectsRow

Agrega un objeto de SolutionProjectsRow a la SolutionProjectsDataTable con parámetros independientes.

Espacio de nombres:  WebSvcPortfolioAnalyses
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Function AddSolutionProjectsRow ( _
    parentSolutionRowByFK_Solution_SolutionProjects As OptimizerSolutionDataSet.SolutionRow, _
    PROJ_UID As Guid, _
    PROJ_NAME As String, _
    PRIORITY As Double, _
    ABSOLUTE_PRIORITY As Double, _
    STATUS As Byte, _
    FORCE_STATUS As Byte, _
    FORCE_ALIAS_LT_STRUCT_UID As Guid, _
    FORCE_ALIAS_LT_VALUE_FULL As String _
) As OptimizerSolutionDataSet.SolutionProjectsRow
'Uso
Dim instance As OptimizerSolutionDataSet.SolutionProjectsDataTable
Dim parentSolutionRowByFK_Solution_SolutionProjects As OptimizerSolutionDataSet.SolutionRow
Dim PROJ_UID As Guid
Dim PROJ_NAME As String
Dim PRIORITY As Double
Dim ABSOLUTE_PRIORITY As Double
Dim STATUS As Byte
Dim FORCE_STATUS As Byte
Dim FORCE_ALIAS_LT_STRUCT_UID As Guid
Dim FORCE_ALIAS_LT_VALUE_FULL As String
Dim returnValue As OptimizerSolutionDataSet.SolutionProjectsRow

returnValue = instance.AddSolutionProjectsRow(parentSolutionRowByFK_Solution_SolutionProjects, _
    PROJ_UID, PROJ_NAME, PRIORITY, ABSOLUTE_PRIORITY, _
    STATUS, FORCE_STATUS, FORCE_ALIAS_LT_STRUCT_UID, _
    FORCE_ALIAS_LT_VALUE_FULL)
public OptimizerSolutionDataSet.SolutionProjectsRow AddSolutionProjectsRow(
    OptimizerSolutionDataSet.SolutionRow parentSolutionRowByFK_Solution_SolutionProjects,
    Guid PROJ_UID,
    string PROJ_NAME,
    double PRIORITY,
    double ABSOLUTE_PRIORITY,
    byte STATUS,
    byte FORCE_STATUS,
    Guid FORCE_ALIAS_LT_STRUCT_UID,
    string FORCE_ALIAS_LT_VALUE_FULL
)

Parámetros

  • PROJ_UID
    Tipo: System.Guid

    Contiene el GUID del proyecto.

  • PRIORITY
    Tipo: System.Double

    Contiene la prioridad asignada al proyecto en el análisis

  • ABSOLUTE_PRIORITY
    Tipo: System.Double

    Contiene la prioridad absoluta de (base) asignada al proyecto en el análisis.

  • STATUS
    Tipo: System.Byte

    Contiene el valor que especifica el estado del proyecto en la solución del optimizador

  • FORCE_STATUS
    Tipo: System.Byte

    Contiene el valor que especifica el estado forzado del proyecto dentro de la solución del optimizador

  • FORCE_ALIAS_LT_STRUCT_UID
    Tipo: System.Guid

    Contiene el GUID de los valores que especifica la razón para forzar el proyecto en o fuera de la solución.

  • FORCE_ALIAS_LT_VALUE_FULL
    Tipo: System.String

    Contiene los valores que especifica la razón para forzar el proyecto en o fuera de la solución.

Valor devuelto

Tipo: WebSvcPortfolioAnalyses.OptimizerSolutionDataSet.SolutionProjectsRow

Comentarios

En general, los desarrolladores deben usar la sobrecarga de AddSolutionProjectsRow .

Vea también

Referencia

clase OptimizerSolutionDataSet.SolutionProjectsDataTable

Miembros OptimizerSolutionDataSet.SolutionProjectsDataTable

Sobrecarga AddSolutionProjectsRow

Espacio de nombres WebSvcPortfolioAnalyses