CalculationProperty Class
Represents a collection of user interface properties for a calculation used in an MdxScript. This class cannot be inherited.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
语法
声明
<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
线程安全
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.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
CalculationProperty Members
Microsoft.AnalysisServices Namespace