OptimizerSolutionDataSet.SolutionConstraintsRow.MD_PROP_POS - Propriété
Obtient ou définit l'ordre de la contrainte de la solution de l'optimiseur.
Espace de noms : WebSvcPortfolioAnalyses
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property MD_PROP_POS As Integer
Get
Set
'Utilisation
Dim instance As OptimizerSolutionDataSet.SolutionConstraintsRow
Dim value As Integer
value = instance.MD_PROP_POS
instance.MD_PROP_POS = value
public int MD_PROP_POS { get; set; }
Valeur de propriété
Type : System.Int32
Retourne Int32 .
Remarques
Notes
Si une solution a des contraintes de N, elles doivent être commandées à partir de 0 à N-1.
Voir aussi
Référence
OptimizerSolutionDataSet.SolutionConstraintsRow classe