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
'Usage
Dim instance As CalculationProperty
[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
[<SealedAttribute>]
[<GuidAttribute("B76F2594-6867-4e8a-B314-FA8372C31760")>]
type CalculationProperty =
class
inherit ModelComponent
interface ICloneable
end
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 Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.