Класс MeasureGroupDimension
Represents the relationship between a dimension and a measure group. Each MeasureGroupDimension is a reference to one of the dimensions on the host cube, and defines which cube dimensions apply to the measure group.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..MeasureGroupDimension
Microsoft.AnalysisServices. . :: . .DataMiningMeasureGroupDimension
Microsoft.AnalysisServices. . :: . .ManyToManyMeasureGroupDimension
Microsoft.AnalysisServices. . :: . .RegularMeasureGroupDimension
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")> _
Public MustInherit Class MeasureGroupDimension _
Inherits ModelComponent _
Implements ICloneable
'Применение
Dim instance As MeasureGroupDimension
[GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public abstract class MeasureGroupDimension : ModelComponent,
ICloneable
[GuidAttribute(L"9BD35E38-ED73-4d48-B3F7-7D18241C115C")]
public ref class MeasureGroupDimension abstract : public ModelComponent,
ICloneable
[<AbstractClassAttribute>]
[<GuidAttribute("9BD35E38-ED73-4d48-B3F7-7D18241C115C")>]
type MeasureGroupDimension =
class
inherit ModelComponent
interface ICloneable
end
public abstract class MeasureGroupDimension extends ModelComponent implements ICloneable
Тип MeasureGroupDimension обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
MeasureGroupDimension() () () () | Initializes a new instance of the MeasureGroupDimension class using default values. | |
MeasureGroupDimension(String) | Initializes a new instance of MeasureGroupDimension using an identifier. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Производный от ModelComponent.) | |
CanRaiseEvents | (Производный от Component.) | |
Container | (Производный от Component.) | |
CubeDimension | Gets a cube dimension associated with a MeasureGroupDimension. | |
CubeDimensionID | Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role. | |
DesignMode | (Производный от Component.) | |
Dimension | Gets the information for a Dimension. | |
Events | (Производный от Component.) | |
FriendlyName | Инфраструктура. (Переопределяет ModelComponent. . :: . .FriendlyName.) | |
KeyForCollection | Инфраструктура. (Переопределяет ModelComponent. . :: . .KeyForCollection.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.) | |
Parent | Gets the MeasureGroup object that is the parent of the MeasureGroupDimension object. | |
ParentCube | Gets the Cube object that is the parent of the MeasureGroupDimension object. | |
ParentDatabase | Gets the ParentDatabase object that is the parent of the MeasureGroupDimension object. | |
ParentServer | Gets the Server object that is the parent of the MeasureGroupDimension object. | |
Site | (Производный от Component.) | |
Source | Gets or sets the binding to the source object from which to get data. |
В начало
Методы
Имя | Описание | |
---|---|---|
AddToContainer | Инфраструктура. (Производный от ModelComponent.) | |
AfterInsert | Инфраструктура. (Производный от ModelComponent.) | |
AfterMove | Инфраструктура. (Производный от ModelComponent.) | |
AfterRemove | Инфраструктура. (Переопределяет ModelComponent. . :: . .AfterRemove(ModelComponentCollection).) | |
BeforeRemove | Инфраструктура. (Переопределяет ModelComponent. . :: . .BeforeRemove(Boolean).) | |
Clone | Creates a new, full copy of an object. | |
CopyTo(MeasureGroupDimension) | Copies an MeasureGroupDimension object to the specified object. | |
CopyTo(ModelComponent) | Инфраструктура. (Производный от ModelComponent.) | |
CreateObjRef | (Производный от MarshalByRefObject.) | |
Dispose() () () () | (Производный от Component.) | |
Dispose(Boolean) | (Производный от Component.) | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Component.) | |
GetHashCode | (Производный от Object.) | |
GetLifetimeService | (Производный от MarshalByRefObject.) | |
GetService | (Производный от Component.) | |
GetType | (Производный от Object.) | |
InitializeLifetimeService | (Производный от MarshalByRefObject.) | |
MemberwiseClone() () () () | (Производный от Object.) | |
MemberwiseClone(Boolean) | (Производный от MarshalByRefObject.) | |
RemoveFromContainer | Инфраструктура. (Производный от ModelComponent.) | |
Reset | Инфраструктура. (Производный от ModelComponent.) | |
Submit() () () () | Инфраструктура. (Производный от ModelComponent.) | |
Submit(Boolean) | Инфраструктура. (Производный от ModelComponent.) | |
ToString | Represents the MeasureGroupDimension object as a String. (Переопределяет ModelComponent. . :: . .ToString() () () ().) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Производный от ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Производный от ModelComponent.) | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | (Переопределяет ModelComponent. . :: . .Validate(ValidationErrorCollection, Boolean, ServerEdition).) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICloneable. . :: . .Clone | ||
IHostableComponent. . :: . .Host | (Производный от ModelComponent.) | |
IModelComponent. . :: . .FriendlyPath | (Производный от ModelComponent.) | |
IModelComponent. . :: . .OwningCollection | (Производный от ModelComponent.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.