Share via


AggregationInstanceMeasure 클래스

Represents information about a measure used by an Aggregation instance.

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

구문

‘선언
<GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")> _
Public Class AggregationInstanceMeasure _
    Inherits ModelComponent _
    Implements ICloneable
‘사용 방법
Dim instance As AggregationInstanceMeasure
[GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public class AggregationInstanceMeasure : ModelComponent, 
    ICloneable
[GuidAttribute(L"3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public ref class AggregationInstanceMeasure : public ModelComponent, 
    ICloneable
[<GuidAttribute("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")>]
type AggregationInstanceMeasure =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public class AggregationInstanceMeasure extends ModelComponent implements ICloneable

상속 계층 구조

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

스레드로부터의 안전성

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