MeasureBinding Class

Represents a measure binding.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.MeasureBinding

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("44BCBE23-6AD5-4320-9347-EACD396123E4")> _
Public NotInheritable Class MeasureBinding _
    Inherits Binding
'Usage
Dim instance As MeasureBinding
[GuidAttribute("44BCBE23-6AD5-4320-9347-EACD396123E4")]
public sealed class MeasureBinding : Binding
[GuidAttribute(L"44BCBE23-6AD5-4320-9347-EACD396123E4")]
public ref class MeasureBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("44BCBE23-6AD5-4320-9347-EACD396123E4")>]
type MeasureBinding =  
    class 
        inherit Binding 
    end
public final class MeasureBinding extends Binding

The MeasureBinding type exposes the following members.

Constructors

  Name Description
Public method MeasureBinding() Initializes a new instance of the MeasureBinding class.
Public method MeasureBinding(String) Initializes a new instance of the MeasureBinding class.

Top

Properties

  Name Description
Public property Container (Inherited from Component.)
Public property MeasureID Gets or sets the measure identifier associated with the MeasureBinding.
Public property Parent Gets the parent object of the current object. (Inherited from Binding.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method Clone Creates a new copy of this object instance. (Overrides Binding.Clone().)
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Dispose (Inherited from Component.)
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public method ToString Returns a string that represents the current object. (Overrides Component.ToString().)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICloneable.Clone Creates a new copy of the object instance. (Inherited from Binding.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AnalysisServices Namespace