Condividi tramite


Classe MeasureGroupBinding

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo MeasureGroupBinding sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MeasureGroupBinding() Initializes a new instance of the MeasureGroupBinding class using default values.
Metodo pubblico MeasureGroupBinding(String, String, String) Initializes a new instance of the MeasureGroupBinding using a data source identifier, a cube identifier, and a measure group identifier.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica CubeID Gets or sets the cube associated with the binding.
Proprietà pubblica DataSourceID Gets or sets the data source associated with the binding.
Proprietà pubblica Filter Gets or sets the Multidimensional Expressions (MDX) expression that filters the contents of the binding.
Proprietà pubblica MeasureGroupID Gets or sets the measure group associated with the binding.
Proprietà pubblica Parent Gets the parent object of the current object. Ereditato da Binding.
Proprietà pubblica 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.
Proprietà pubblica RefreshInterval Gets or sets the interval at which the dynamic part of the measure group is refreshed.
Proprietà pubblica RefreshPolicy Gets or sets the refresh policy for current object.
Proprietà pubblica Site Ereditato da Component.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates a new full copy of an object. Esegue l'override di Binding.Clone().
Metodo pubblico CopyTo Copies a MeasureGroupBinding object to the specified object.
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico ToString Returns a String that represents the current MeasureGroupBinding. Esegue l'override di Component.ToString().

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates a new copy of the object instance. Ereditato da Binding.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices