共用方式為


ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_REG_WORK property

取得或設定支付薪資的資源標準工資率為工作分派排定的時間量。

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

Syntax

'宣告
Public Property ASSN_REG_WORK As Double
    Get
    Set
'用途
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Double

value = instance.ASSN_REG_WORK

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

Property value

Type: System.Double

備註

下列公式所示,會計算出ASSN_REG_WORK 。

ASSN_REG_WORK = ASSN_WORK - ASSN_OVT_WORK

取得或設定要執行的工作 ; 資源的加班量支付薪資的資源加班工資率。

請參閱

參照

ResourceAssignmentDataSet.ResourceAssignmentRow class

ResourceAssignmentDataSet.ResourceAssignmentRow members

WebSvcResource namespace