KpiMeasureValue Constructor (KpiMeasureValue)
Initializes a new instance of the KpiMeasureValue class, based on another KpiMeasureValue object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Sub New ( _
init As KpiMeasureValue _
)
'Usage
Dim init As KpiMeasureValue
Dim instance As New KpiMeasureValue(init)
public KpiMeasureValue(
KpiMeasureValue init
)
Parameters
init
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureValueThe object to copy from.