CalculationProperty Constructor (String)
Initializes a new instance of CalculationProperty using a calculation reference parameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
Public Sub New ( _
calculationReference As String _
)
public CalculationProperty (
string calculationReference
)
public:
CalculationProperty (
String^ calculationReference
)
public CalculationProperty (
String calculationReference
)
public function CalculationProperty (
calculationReference : String
)
Parameters
- calculationReference
Points to the name of the calculation defined in the MDX script object.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
CalculationProperty Class
CalculationProperty Members
Microsoft.AnalysisServices Namespace