AggregationDesignDimension Class

Definition

Defines a primitive data type that represents the relationship between a cube dimension and an AggregationDesignDimension. This class cannot be inherited.

[System.Runtime.InteropServices.Guid("CB295954-22BF-4446-B173-4B3FC0930737")]
public sealed class AggregationDesignDimension : Microsoft.AnalysisServices.ModelComponent, ICloneable
[<System.Runtime.InteropServices.Guid("CB295954-22BF-4446-B173-4B3FC0930737")>]
type AggregationDesignDimension = class
    inherit ModelComponent
    interface ICloneable
Public NotInheritable Class AggregationDesignDimension
Inherits ModelComponent
Implements ICloneable
Inheritance
AggregationDesignDimension
Attributes
Implements

Constructors

AggregationDesignDimension()

Initializes a new instance of AggregationDesignDimension using the default values.

AggregationDesignDimension(String)

Initializes a new instance of AggregationDesignDimension with the specified cube dimension identifier.

Properties

Annotations

Gets a collection within which you can store custom data.

(Inherited from ModelComponent)
Attributes

Gets the collection of attributes for the associated AggregationDesignDimension.

CubeDimension

Gets the parent CubeDimension corresponding to the AggregationDesignDimension.

CubeDimensionID

Gets or sets the CubeDimension identifier for the AggregationDesignDimension.

Dimension

Gets the Dimension object corresponding to the AggregationDesignDimension object.

FriendlyName

Gets the friendly name of the ModelComponent.

(Inherited from ModelComponent)
KeyForCollection

Gets the key used in collections.

(Inherited from ModelComponent)
MeasureGroupDimension

Gets the MeasureGroupDimension associated with the AggregationDesignDimension object.

OwningCollection

Gets or sets the collection that contains the ModelComponent.

(Inherited from ModelComponent)
Parent

Gets the parent AggregationDesign object of the AggregationDesignDimension object.

ParentCube

Gets the parent Cube object of the AggregationDesignDimension object.

ParentDatabase

Gets the parent Database object of the AggregationDesignDimension object.

ParentMeasureGroup

Gets the parent MeasureGroup object of the AggregationDesignDimension object.

ParentServer

Gets the parent Server object of the AggregationDesignDimension object.

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

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 to which it is appended; 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