Bagikan melalui


MeasureGroupBinding Members

Include Protected Members
Include Inherited Members

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

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

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(Type) (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) (Inherited from Component.)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Component.)
Public method GetHashCode() (Inherited from Object.)
Public method GetLifetimeService() (Inherited from MarshalByRefObject.)
Protected method GetService(Type) (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

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

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