Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies from another object of the same type.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Sub CopyFrom ( _
formulaInfo As CalculatedFormulaInfo _
)
'Usage
Dim instance As CalculatedFormulaInfo
Dim formulaInfo As CalculatedFormulaInfo
instance.CopyFrom(formulaInfo)
public virtual void CopyFrom(
CalculatedFormulaInfo formulaInfo
)
Parameters
formulaInfo
Type: Microsoft.PerformancePoint.Scorecards.CalculatedFormulaInfoThe object to copy from.