Partager via


Classe MeasureGroupBinding

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("0141559E-FC6F-4144-932F-56710E7B3416")> _
Public NotInheritable Class MeasureGroupBinding _
    Inherits Binding
'Utilisation
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

Le type MeasureGroupBinding expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MeasureGroupBinding() Initializes a new instance of the MeasureGroupBinding class using default values.
Méthode publique MeasureGroupBinding(String, String, String) Initializes a new instance of the MeasureGroupBinding using a data source identifier, a cube identifier, and a measure group identifier.

Haut de la page

Propriétés

  Nom Description
Propriété publique Container (hérité de Component.)
Propriété publique CubeID Gets or sets the cube associated with the binding.
Propriété publique DataSourceID Gets or sets the data source associated with the binding.
Propriété publique Filter Gets or sets the Multidimensional Expressions (MDX) expression that filters the contents of the binding.
Propriété publique MeasureGroupID Gets or sets the measure group associated with the binding.
Propriété publique Parent Gets the parent object of the current object. (hérité de Binding.)
Propriété publique 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.
Propriété publique RefreshInterval Gets or sets the interval at which the dynamic part of the measure group is refreshed.
Propriété publique RefreshPolicy Gets or sets the refresh policy for current object.
Propriété publique Site (hérité de Component.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Clone Creates a new full copy of an object. (remplace Binding.Clone().)
Méthode publique CopyTo Copies a MeasureGroupBinding object to the specified object.
Méthode publique CreateObjRef Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique Dispose (hérité de Component.)
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique GetType (hérité de Object.)
Méthode publique InitializeLifetimeService Informations critiques de sécurité. (hérité de MarshalByRefObject.)
Méthode publique ToString Returns a String that represents the current MeasureGroupBinding. (remplace Component.ToString().)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de Component.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée ICloneable.Clone Creates a new copy of the object instance. (hérité de Binding.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices