AggregationInstanceMeasure Class

Definition

Represents information about a measure used by an Aggregation instance.

[System.Runtime.InteropServices.Guid("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")]
public class AggregationInstanceMeasure : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("3BC1F152-081A-42D4-9154-96B8F1E2E9C9")>]
type AggregationInstanceMeasure = class
    inherit ModelComponent
    interface ICloneable
Public Class AggregationInstanceMeasure
Inherits ModelComponent
Implements ICloneable
Inheritance
AggregationInstanceMeasure
Attributes
Implements

Constructors

AggregationInstanceMeasure()

Initializes a new instance of AggregationInstanceMeasure using the default values.

AggregationInstanceMeasure(String)

Initializes a new instance of AggregationInstanceMeasure using the specified measure identifier.

Properties

Annotations

Gets a collection within which you can store custom data.

(Inherited from ModelComponent)
FriendlyName

Gets the friendly name of the AggregationInstanceMeasure object.

KeyForCollection

Returns the key used in collections.

MeasureID

Gets or sets the identifier of the Measure associated with the AggregationInstanceMeasure.

OwningCollection

Gets or sets the collection that contains the ModelComponent.

(Inherited from ModelComponent)
Parent

Gets the IModelComponent object that is the parent of the ModelComponent object.

(Inherited from ModelComponent)
Source

Gets or sets the table name for the aggregation, if different than the table associated with column binding.

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(AggregationInstanceMeasure)

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)

Indicates whether a ModelComponent object is valid.

(Inherited from ModelComponent)

Explicit Interface Implementations

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

Applies to