Share via


CalculationProperty 클래스

Represents a collection of user interface properties for a calculation used in an MdxScript. This class cannot be inherited.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.