TargetValue-Konstruktor (KpiMeasureValue)
Initialisiert eine neue Instanz der TargetValue -Klasse, basierend auf einem anderen TargetValue -Objekt.
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 TargetValue(init)
public TargetValue(
KpiMeasureValue init
)
Parameter
init
Typ: Microsoft.PerformancePoint.Scorecards.KpiMeasureValueDas zu kopierende Objekt.