Класс MeasureGroupAttribute
Represents the relationship between an attribute and a measure group.
Иерархия наследования
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices..::..MeasureGroupAttribute
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<GuidAttribute("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")> _
Public NotInheritable Class MeasureGroupAttribute _
Inherits ModelComponent _
Implements ICloneable
'Применение
Dim instance As MeasureGroupAttribute
[GuidAttribute("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")]
public sealed class MeasureGroupAttribute : ModelComponent,
ICloneable
[GuidAttribute(L"7B6B477F-41B9-4310-84E0-E0C4F57A55D9")]
public ref class MeasureGroupAttribute sealed : public ModelComponent,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")>]
type MeasureGroupAttribute =
class
inherit ModelComponent
interface ICloneable
end
public final class MeasureGroupAttribute extends ModelComponent implements ICloneable
Тип MeasureGroupAttribute обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
MeasureGroupAttribute() () () () | Initializes a new instance of the MeasureGroupAttribute class using default values. | |
MeasureGroupAttribute(String) | Initializes a new instance of MeasureGroupAttribute using a name and an identifier. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (Производный от ModelComponent.) | |
Attribute | Gets the description of an Attribute. | |
AttributeID | Gets or sets the identifier of the attribute associated with the parent element. | |
CanRaiseEvents | (Производный от Component.) | |
Container | (Производный от Component.) | |
CubeAttribute | Represents an attribute associated with a cube element. | |
DesignMode | (Производный от Component.) | |
Events | (Производный от Component.) | |
FriendlyName | Инфраструктура. (Производный от ModelComponent.) | |
KeyColumns | ||
KeyForCollection | Инфраструктура. (Производный от ModelComponent.) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.) | |
Parent | ||
ParentCube | ||
ParentDatabase | ||
ParentMeasureGroup | ||
ParentServer | ||
Site | (Производный от Component.) | |
Type |
В начало
Методы
Имя | Описание | |
---|---|---|
AddToContainer | Инфраструктура. (Производный от ModelComponent.) | |
AfterInsert | Инфраструктура. (Производный от ModelComponent.) | |
AfterMove | Инфраструктура. (Производный от ModelComponent.) | |
AfterRemove | Инфраструктура. (Производный от ModelComponent.) | |
BeforeRemove | Инфраструктура. (Производный от ModelComponent.) | |
Clone | Creates a new full copy of an object. | |
CopyTo(MeasureGroupAttribute) | Copies a MeasureGroupAttribute 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 | Инфраструктура. (Производный от ModelComponent.) | |
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.