MeasureGroupBinding Class

Represents a binding to a MeasureGroup element. This class cannot be inherited.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<GuidAttribute("0141559E-FC6F-4144-932F-56710E7B3416")> _
Public NotInheritable Class MeasureGroupBinding _
    Inherits Binding
'Usage
Dim instance As MeasureGroupBinding
[GuidAttribute("0141559E-FC6F-4144-932F-56710E7B3416")]
public sealed class MeasureGroupBinding : Binding
[GuidAttribute(L"0141559E-FC6F-4144-932F-56710E7B3416")]
public ref class MeasureGroupBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("0141559E-FC6F-4144-932F-56710E7B3416")>]
type MeasureGroupBinding =  
    class
        inherit Binding
    end
public final class MeasureGroupBinding extends Binding

The MeasureGroupBinding type exposes the following members.

Constructors

  Name Description
Public method MeasureGroupBinding() Initializes a new instance of the MeasureGroupBinding class using default values.
Public method MeasureGroupBinding(String, String, String) Initializes a new instance of Action using a data source identifier, a cube identifier, and a measure group identifier.

Top

Properties

  Name Description
Protected property CanRaiseEvents (Inherited from Component.)
Public property Container (Inherited from Component.)
Public property CubeID Gets or sets the cube associated with the binding.
Public property DataSourceID Gets or sets the data source associated with the binding.
Protected property DesignMode (Inherited from Component.)
Protected property Events (Inherited from Component.)
Public property Filter Gets or sets the Multidimensional Expressions (MDX) expression that filters the contents of the binding.
Public property MeasureGroupID Gets or sets the measure group associated with the binding.
Public property Parent Gets the parent object of the current object. (Inherited from Binding.)
Public property Persistence Gets or sets which parts of the bound source data are dynamic, and are checked for updates using the frequency specified by the RefreshPolicy.
Public property RefreshInterval
Public property RefreshPolicy
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method Clone Creates a new full copy of an object. (Overrides Binding.Clone().)
Protected method CopyTo(Binding) Transfers a deep copy of current object to a specified binding. (Inherited from Binding.)
Public method CopyTo(MeasureGroupBinding) Copies a MeasureGroupBinding object to the specified object.
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 Returns a String that represents the current MeasureGroupBinding. (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.