DataMiningMeasureGroupDimension Class

Definition

Represents the relationship between a measure group and a data dimension.

[System.Runtime.InteropServices.Guid("D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")]
public sealed class DataMiningMeasureGroupDimension : Microsoft.AnalysisServices.MeasureGroupDimension
[<System.Runtime.InteropServices.Guid("D4E938F5-4649-4BAE-8A02-B4EDF58BFCAB")>]
type DataMiningMeasureGroupDimension = class
    inherit MeasureGroupDimension
Public NotInheritable Class DataMiningMeasureGroupDimension
Inherits MeasureGroupDimension
Inheritance
DataMiningMeasureGroupDimension
Attributes

Constructors

DataMiningMeasureGroupDimension()

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

DataMiningMeasureGroupDimension(String, String)

Initializes a new instance of the DataMiningMeasureGroupDimension class with the specified cube dimension and case cube dimension.

Properties

Annotations

Gets a collection within which you can store custom data.

(Inherited from ModelComponent)
CaseCubeDimension

Gets a case cube dimension associated with the data mining.

CaseCubeDimensionID

Gets or sets the identifier of the cube dimension that relates the data mining dimension to the measure group.

CubeDimension

Gets a cube dimension associated with a MeasureGroupDimension.

(Inherited from MeasureGroupDimension)
CubeDimensionID

Gets or sets the identifier of the cube dimension, that is, a reference to a specific dimension role.

(Inherited from MeasureGroupDimension)
Dimension

Gets the information for a Dimension.

(Inherited from MeasureGroupDimension)
FriendlyName

Gets the friendly name of the MeasureGroupDimension object.

(Inherited from MeasureGroupDimension)
KeyForCollection

Returns the key used in collections.

(Inherited from MeasureGroupDimension)
OwningCollection

Gets or sets the collection that contains the ModelComponent.

(Inherited from ModelComponent)
Parent

Gets the parent MeasureGroup object of the MeasureGroupDimension object.

(Inherited from MeasureGroupDimension)
ParentCube

Gets the parent Cube object of the MeasureGroupDimension object.

(Inherited from MeasureGroupDimension)
ParentDatabase

Gets the parent Database object of the MeasureGroupDimension object.

(Inherited from MeasureGroupDimension)
ParentServer

Gets the parent Server object of the MeasureGroupDimension object.

(Inherited from MeasureGroupDimension)
Source

Gets or sets the binding to the source object from which to get data.

(Inherited from MeasureGroupDimension)

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)

Removes the MeasureGroupDimension object after the cleanup in the collection.

(Inherited from MeasureGroupDimension)
BeforeRemove(Boolean)

Removes the MeasureGroupDimension object before the cleanup.

(Inherited from MeasureGroupDimension)
Clone()

Returns a clone of the object.

CopyTo(DataMiningMeasureGroupDimension)

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

CopyTo(MeasureGroupDimension)

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

(Inherited from MeasureGroupDimension)
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 representation of the MeasureGroupDimension object.

(Inherited from MeasureGroupDimension)
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 in a collection.

Explicit Interface Implementations

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

Applies to