CalculationProperty 類別
Represents a collection of user interface properties for a calculation used in an MdxScript. This class cannot be inherited.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("B76F2594-6867-4e8a-B314-FA8372C31760")> _
Public NotInheritable Class CalculationProperty _
Inherits ModelComponent _
Implements ICloneable
'用途
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
繼承階層
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..CalculationProperty
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。