Класс Measure
Represents a measure within a cube or measure group.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public NotInheritable Class Measure _
Implements IDisposable, IMetadataObject
'Применение
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
Замечания
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.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..Measure
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.