MeasureBinding Class

Definition

Represents a measure binding.

[System.Runtime.InteropServices.Guid("44BCBE23-6AD5-4320-9347-EACD396123E4")]
public sealed class MeasureBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("44BCBE23-6AD5-4320-9347-EACD396123E4")>]
type MeasureBinding = class
    inherit Binding
Public NotInheritable Class MeasureBinding
Inherits Binding
Inheritance
MeasureBinding
Attributes

Constructors

MeasureBinding()

Initializes a new instance of MeasureBinding using default values.

MeasureBinding(String)

Initializes a new instance of MeasureBinding using the specified measure.

Properties

MeasureID

Gets or sets the measure associated with the MeasureBinding.

Parent

Gets the parent object of the current object.

(Inherited from Binding)

Methods

Clone()

Returns a copy of the MeasureBinding object.

CopyTo(Binding)

Transfers a deep copy of current object to a specified binding.

(Inherited from Binding)
ToString()

Returns a string that represents the MeasureBinding object.

Explicit Interface Implementations

ICloneable.Clone() (Inherited from Binding)

Applies to