Compartir a través de


de la propiedad OptimizerSolutionDataSet.SolutionStrategicAlignmentRow.DRIVER_PRIORITY

Obtiene la prioridad indicada del controlador en relación con los otros controladores incluidos en el análisis. De sólo lectura.

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

Sintaxis

'Declaración
Public Property DRIVER_PRIORITY As Double
    Get
    Set
'Uso
Dim instance As OptimizerSolutionDataSet.SolutionStrategicAlignmentRow
Dim value As Double

value = instance.DRIVER_PRIORITY

instance.DRIVER_PRIORITY = value
public double DRIVER_PRIORITY { get; set; }

Valor de propiedad

Tipo: System.Double
Devuelve Double.

Comentarios

Este valor está comprendido entre 0,0 (que representa el 0%) y 1.0 (que representa el 100%) y se suma a 1.0 en el análisis de todos los controladores.

Vea también

Referencia

clase OptimizerSolutionDataSet.SolutionStrategicAlignmentRow

Miembros OptimizerSolutionDataSet.SolutionStrategicAlignmentRow

Espacio de nombres WebSvcPortfolioAnalyses