Share via


AggregationInstanceAttribute 클래스

Represents information about an attribute used by an Aggregation instance.

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

구문

‘선언
<GuidAttribute("91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")> _
Public Class AggregationInstanceAttribute _
    Inherits ModelComponent _
    Implements ICloneable
‘사용 방법
Dim instance As AggregationInstanceAttribute
[GuidAttribute("91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")]
public class AggregationInstanceAttribute : ModelComponent, 
    ICloneable
[GuidAttribute(L"91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")]
public ref class AggregationInstanceAttribute : public ModelComponent, 
    ICloneable
[<GuidAttribute("91F2336D-3E5C-4CA5-A6E7-658AC0DE87A1")>]
type AggregationInstanceAttribute =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public class AggregationInstanceAttribute extends ModelComponent implements ICloneable

상속 계층 구조

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

스레드로부터의 안전성

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