Freigeben über


Measure-Klasse

Represents a measure within a cube or measure group.

Vererbungshierarchie

System.Object
  Microsoft.AnalysisServices.AdomdServer.Measure

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public NotInheritable Class Measure _
    Implements IDisposable, IMetadataObject
'Usage
Dim instance As Measure
public sealed class Measure : IDisposable, 
    IMetadataObject
public ref class Measure sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type Measure =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class Measure implements IDisposable, IMetadataObject

Der Measure-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Caption Gets the caption of the Measure.
Öffentliche Eigenschaft Description Gets the description of the Measure.
Öffentliche Eigenschaft DisplayFolder Gets the display folder of the Measure.
Öffentliche Eigenschaft Expression Gets the MDX expression that is used to aggregate the Measure.
Öffentliche Eigenschaft Name Gets the name of the Measure.
Öffentliche Eigenschaft NumericPrecision Gets the numeric precision value for the Measure.
Öffentliche Eigenschaft NumericScale Gets the numeric scale for the Measure.
Öffentliche Eigenschaft ParentCube Gets a CubeDef that contains the Measure.
Öffentliche Eigenschaft Properties Gets a AdomdPropertyCollection that contains the properties associated with the Measure.
Öffentliche Eigenschaft UniqueName Gets the unique name of the Measure.
Öffentliche Eigenschaft Units Gets a description of the unit of measure for the Measure.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode {dtor} Releases all resources used by the Measure.
Öffentliche Methode Dispose Releases all resources used by the Measure.
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

A measure represents the data within a fact table that is being organized and aggregated by the cube.

In ADOMD.NET, the Measure represents the metadata for a measure within a cube. A measure is not explicitly identified in a cellset, because a measure is treated as a member for querying purposes and is represented by a Measure within the Measures collection of a CubeDef.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices.AdomdServer-Namespace