Share via


AggregationDimension 클래스

Represents the relationship between a Dimension and an Aggregation. This class cannot be inherited.

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

구문

‘선언
<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")> _
Public NotInheritable Class AggregationDimension _
    Inherits ModelComponent _
    Implements ICloneable
‘사용 방법
Dim instance As AggregationDimension
[GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")]
public sealed class AggregationDimension : ModelComponent, 
    ICloneable
[GuidAttribute(L"7B5E1329-C951-4dbd-A404-11050D15280A")]
public ref class AggregationDimension sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")>]
type AggregationDimension =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class AggregationDimension extends ModelComponent implements ICloneable

상속 계층 구조

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .ModelComponent
        Microsoft.AnalysisServices..::..AggregationDimension

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.