MeasureGroupDimensionBinding Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a binding between a dimension and a measure group. This class cannot be inherited.
[System.Runtime.InteropServices.Guid("30D79AC4-3579-4D63-9D69-B8F18FAFAC28")]
public sealed class MeasureGroupDimensionBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("30D79AC4-3579-4D63-9D69-B8F18FAFAC28")>]
type MeasureGroupDimensionBinding = class
inherit Binding
Public NotInheritable Class MeasureGroupDimensionBinding
Inherits Binding
- Inheritance
- Attributes
Constructors
MeasureGroupDimensionBinding() |
Properties
CubeDimensionID |
Gets or sets the cube dimension, which references a specific dimension role. |
Parent |
Gets the parent object of the current object. (Inherited from Binding) |
Methods
Clone() |
Returns a copy of the MeasureGroupDimensionBinding object. |
CopyTo(Binding) |
Transfers a deep copy of current object to a specified binding. (Inherited from Binding) |
CopyTo(MeasureGroupDimensionBinding) |
Copies a MeasureGroupDimensionBinding object to the specified object. |
Explicit Interface Implementations
ICloneable.Clone() | (Inherited from Binding) |