ResourceAssignmentDataSet.ResourceAssignmentRow.ASSN_COST_RATE_TABLE property
取得或設定值,指定哪一個成本比率表使用這項工作上。
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'宣告
Public Property ASSN_COST_RATE_TABLE As Integer
Get
Set
'用途
Dim instance As ResourceAssignmentDataSet.ResourceAssignmentRow
Dim value As Integer
value = instance.ASSN_COST_RATE_TABLE
instance.ASSN_COST_RATE_TABLE = value
public int ASSN_COST_RATE_TABLE { get; set; }
Property value
Type: System.Int32
備註
在ResourceDataSet.ResourceRatesDataTable資料表中包含資源比率。
請參閱
參照
ResourceAssignmentDataSet.ResourceAssignmentRow class