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 Action using a data source identifier, a cube identifier, and a measure group identifier.

In alto

Proprietà

  Nome Descrizione
Proprietà protetta CanRaiseEvents Ereditato da Component.
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à protetta DesignMode Ereditato da Component.
Proprietà protetta Events Ereditato da Component.
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
Proprietà pubblica RefreshPolicy
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 protetto CopyTo(Binding) Transfers a deep copy of current object to a specified binding. Ereditato da Binding.
Metodo pubblico CopyTo(MeasureGroupBinding) Copies a MeasureGroupBinding object to the specified object.
Metodo pubblico CreateObjRef Ereditato da MarshalByRefObject.
Metodo pubblico Dispose() () () () Ereditato da Component.
Metodo protetto Dispose(Boolean) Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Component.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto GetService Ereditato da Component.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Ereditato da MarshalByRefObject.
Metodo protetto MemberwiseClone() () () () Ereditato da Object.
Metodo protetto MemberwiseClone(Boolean) 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 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.