共用方式為


Task.ScheduleCostVariance property

取得資源在某個任務在成本方面的目前進度與比較基準計劃進度之間的差異。

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'宣告
<RemoteAttribute> _
Public ReadOnly Property ScheduleCostVariance As Double
    Get
'用途
Dim instance As Task
Dim value As Double

value = instance.ScheduleCostVariance
[RemoteAttribute]
public double ScheduleCostVariance { get; }

Property value

Type: System.Double
在成本方面差異。

請參閱

參照

Task class

Task members

Microsoft.ProjectServer.Client namespace