Поделиться через


Measure Class

Represents a measure within a cube or measure group.

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
Public NotInheritable Class Measure
    Inherits IMetadataObject
    Implements IDisposable
public sealed class Measure : IMetadataObject, IDisposable
public ref class Measure sealed : public IMetadataObject, IDisposable
public final class Measure extends IMetadataObject implements IDisposable
public final class Measure extends IMetadataObject implements IDisposable

Замечания

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.

Inheritance Hierarchy

System.Object
   Microsoft.AnalysisServices.AdomdServer.IMetadataObject
    Microsoft.AnalysisServices.AdomdServer.Measure

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Measure Members
Microsoft.AnalysisServices.AdomdServer Namespace