CalculationProperty Class
Represents a collection of user interface properties for a calculation used in an MdxScript. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<GuidAttribute("B76F2594-6867-4e8a-B314-FA8372C31760")> _
Public NotInheritable Class CalculationProperty
Inherits ModelComponent
Implements ICloneable
[GuidAttribute("B76F2594-6867-4e8a-B314-FA8372C31760")]
public sealed class CalculationProperty : ModelComponent, ICloneable
[GuidAttribute(L"B76F2594-6867-4e8a-B314-FA8372C31760")]
public ref class CalculationProperty sealed : public ModelComponent, ICloneable
/** @attribute GuidAttribute("B76F2594-6867-4e8a-B314-FA8372C31760") */
public final class CalculationProperty extends ModelComponent implements ICloneable
GuidAttribute("B76F2594-6867-4e8a-B314-FA8372C31760")
public final class CalculationProperty extends ModelComponent implements ICloneable
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.CalculationProperty
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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 Members
Microsoft.AnalysisServices Namespace