Класс CubeDef
Represents the metadata for a cube.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public NotInheritable Class CubeDef _
Implements IDisposable, IMetadataObject
'Применение
Dim instance As CubeDef
public sealed class CubeDef : IDisposable,
IMetadataObject
public ref class CubeDef sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type CubeDef =
class
interface IDisposable
interface IMetadataObject
end
public final class CubeDef implements IDisposable, IMetadataObject
Замечания
In Microsoft SQL Server 2005 Analysis Services (SSAS), a cube is a collection of measures and dimensions.
In ADOMD.NET, the CubeDef represents only the metadata of a cube. You cannot retrieve cell data from a CubeDef; instead, this object provides a mechanism for retrieving metadata about a given cube as well as its dimensions, measures, and named sets for a client application.
Иерархия наследования
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..CubeDef
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.