MeasureBinding Class

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()
Public method MeasureBinding(String)

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property MeasureID
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 (Overrides Binding.Clone().)
Protected method CopyTo Transfers a deep copy of current object to a specified binding. (Inherited from Binding.)
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public method ToString (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 (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.