Share via


AggregationDesignAttribute 클래스

Represents the association between an attribute and an AggregationDesignDimension element.

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

구문

‘선언
<GuidAttribute("1D04DE03-0954-496f-B122-EE66C2DE653A")> _
Public NotInheritable Class AggregationDesignAttribute _
    Inherits ModelComponent _
    Implements ICloneable
‘사용 방법
Dim instance As AggregationDesignAttribute
[GuidAttribute("1D04DE03-0954-496f-B122-EE66C2DE653A")]
public sealed class AggregationDesignAttribute : ModelComponent, 
    ICloneable
[GuidAttribute(L"1D04DE03-0954-496f-B122-EE66C2DE653A")]
public ref class AggregationDesignAttribute sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("1D04DE03-0954-496f-B122-EE66C2DE653A")>]
type AggregationDesignAttribute =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class AggregationDesignAttribute extends ModelComponent implements ICloneable

상속 계층 구조

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

스레드로부터의 안전성

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