共用方式為


ProjectDataSet.ProjectRow.PLANNER_DECISION property

取得值,指定所需的專案公事包分析資源計劃中的決策。

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'宣告
Public Property PLANNER_DECISION As Integer
    Get
    Set
'用途
Dim instance As ProjectDataSet.ProjectRow
Dim value As Integer

value = instance.PLANNER_DECISION

instance.PLANNER_DECISION = value
public int PLANNER_DECISION { get; set; }

Property value

Type: System.Int32
整數值,表示決定。

備註

唯讀的。這些值會對應到Optimizer.CommittedDecisionResult列舉型別。

請參閱

參照

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcProject namespace