MeasureGroupAttribute Class

Definition

Represents the relationship between an attribute and a measure group.

[System.Runtime.InteropServices.Guid("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")]
public sealed class MeasureGroupAttribute : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("7B6B477F-41B9-4310-84E0-E0C4F57A55D9")>]
type MeasureGroupAttribute = class
    inherit ModelComponent
    interface ICloneable
Public NotInheritable Class MeasureGroupAttribute
Inherits ModelComponent
Implements ICloneable
Inheritance
MeasureGroupAttribute
Attributes
Implements

Constructors

MeasureGroupAttribute()

Initializes a new instance of the MeasureGroupAttribute class using default values.

MeasureGroupAttribute(String)

Initializes a new instance of MeasureGroupAttribute using the specified attribute identifier.

Properties

Annotations

Gets a collection within which you can store custom data.

(Inherited from ModelComponent)
Attribute

Gets the associated attribute representing object.

AttributeID

Gets or sets the identifier of the attribute associated with the parent element.

CubeAttribute

Gets the attribute associated with a cube element.

FriendlyName

Gets the friendly name of the ModelComponent.

(Inherited from ModelComponent)
KeyColumns

Gets the binding to both table and column(s) for MeasureGroupAttribute.

KeyForCollection

Gets the key used in collections.

(Inherited from ModelComponent)
OwningCollection

Gets or sets the collection that contains the ModelComponent.

(Inherited from ModelComponent)
Parent

Gets the parent MeasureGroupDimension object of the MeasureGroupAttribute object.

ParentCube

Gets the parent Cube object of the MeasureGroupAttribute object.

ParentDatabase

Gets the parent Database object of the MeasureGroupAttribute object.

ParentMeasureGroup

Gets the parent MeasureGroup object of the MeasureGroupAttribute object.

ParentServer

Gets the parent Server object of the MeasureGroupAttribute object.

Type

Gets or sets the type of the specified attribute.

Methods

AddToContainer(IContainer)

Adds the ModelComponent object to the specified container.

(Inherited from ModelComponent)
AfterInsert(Int32)

Displays a ModelComponent object after added to the specified index.

(Inherited from ModelComponent)
AfterMove(Int32, Int32)

Displays a ModelComponent object after moving to the specified index.

(Inherited from ModelComponent)
AfterRemove(ModelComponentCollection)

Displays a ModelComponentCollection after a ModelComponent object is removed.

(Inherited from ModelComponent)
BeforeRemove(Boolean)

Removes the ModelComponent object before the cleanup.

(Inherited from ModelComponent)
Clone()

Returns a clone of the object.

CopyTo(MeasureGroupAttribute)

Copies the content of this object to another object (the destination).

CopyTo(ModelComponent)

Copies a ModelComponent object to the specified object.

(Inherited from ModelComponent)
RemoveFromContainer(IContainer)

Removes the ModelComponent object from the specified container.

(Inherited from ModelComponent)
Reset()

Resets the component to an initial state.

(Inherited from ModelComponent)
Submit()

Submits a ModelComponent object.

(Inherited from ModelComponent)
Submit(Boolean)

Submits a ModelComponent object.

(Inherited from ModelComponent)
ToString()

Returns a string that represents the current object.

(Inherited from ModelComponent)
Validate(ValidationErrorCollection)

Validates the element to which it is appended; returns any errors encountered in a collection.

(Inherited from 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.

(Inherited from ModelComponent)
Validate(ValidationErrorCollection, Boolean, ServerEdition)

Validates the element and returns any errors encountered into a collection.

Explicit Interface Implementations

ICloneable.Clone()
IHostableComponent.Host (Inherited from ModelComponent)
IModelComponent.FriendlyPath (Inherited from ModelComponent)
IModelComponent.OwningCollection (Inherited from ModelComponent)

Applies to