MeasureGroup 클래스

Defines a set of measures known at the same level of granularity. All the measures of a MeasureGroup must be sourced from a single table.

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

구문

‘선언
<GuidAttribute("0A29598F-69D9-4380-BA02-A784A5798FE0")> _
Public NotInheritable Class MeasureGroup _
    Inherits ProcessableMajorObject _
    Implements IMajorObject, INamedComponent, IModelComponent, IComponent,  _
    IDisposable, ICloneable
‘사용 방법
Dim instance As MeasureGroup
[GuidAttribute("0A29598F-69D9-4380-BA02-A784A5798FE0")]
public sealed class MeasureGroup : ProcessableMajorObject, 
    IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, 
    ICloneable
[GuidAttribute(L"0A29598F-69D9-4380-BA02-A784A5798FE0")]
public ref class MeasureGroup sealed : public ProcessableMajorObject, 
    IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("0A29598F-69D9-4380-BA02-A784A5798FE0")>]
type MeasureGroup =  
    class
        inherit ProcessableMajorObject
        interface IMajorObject
        interface INamedComponent
        interface IModelComponent
        interface IComponent
        interface IDisposable
        interface ICloneable
    end
public final class MeasureGroup extends ProcessableMajorObject implements IMajorObject, INamedComponent, IModelComponent, IComponent, IDisposable, ICloneable

주의

A MeasureGroup is bound to a table in a data source view; and each measure is bound to a column in that table. Finally, each measure group dimension has a set of 'granularity attributes', which define the granularity of the MeasureGroup.

스레드로부터의 안전성

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