Share via


Measure 클래스

Defines a fact attribute for which an aggregation is obtained. This class cannot be inherited.

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

구문

‘선언
<GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")> _
Public NotInheritable Class Measure _
    Inherits NamedComponent _
    Implements ICloneable
‘사용 방법
Dim instance As Measure
[GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")]
public sealed class Measure : NamedComponent, 
    ICloneable
[GuidAttribute(L"0BFFF8F1-34F2-4408-8218-29E5D6E66014")]
public ref class Measure sealed : public NamedComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("0BFFF8F1-34F2-4408-8218-29E5D6E66014")>]
type Measure =  
    class
        inherit NamedComponent
        interface ICloneable
    end
public final class Measure extends NamedComponent implements ICloneable

스레드로부터의 안전성

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