Freigeben über


MeasureGroupBinding-Klasse

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

Vererbungshierarchie

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

Der MeasureGroupBinding-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MeasureGroupBinding() () () () Initializes a new instance of the MeasureGroupBinding class using default values.
Öffentliche Methode MeasureGroupBinding(String, String, String) Initializes a new instance of Action using a data source identifier, a cube identifier, and a measure group identifier.

Zum Anfang

Eigenschaften

  Name Beschreibung
Geschützte Eigenschaft CanRaiseEvents (Geerbt von Component.)
Öffentliche Eigenschaft Container (Geerbt von Component.)
Öffentliche Eigenschaft CubeID Gets or sets the cube associated with the binding.
Öffentliche Eigenschaft DataSourceID Gets or sets the data source associated with the binding.
Geschützte Eigenschaft DesignMode (Geerbt von Component.)
Geschützte Eigenschaft Events (Geerbt von Component.)
Öffentliche Eigenschaft Filter Gets or sets the Multidimensional Expressions (MDX) expression that filters the contents of the binding.
Öffentliche Eigenschaft MeasureGroupID Gets or sets the measure group associated with the binding.
Öffentliche Eigenschaft Parent Gets the parent object of the current object. (Geerbt von Binding.)
Öffentliche Eigenschaft 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.
Öffentliche Eigenschaft RefreshInterval
Öffentliche Eigenschaft RefreshPolicy
Öffentliche Eigenschaft Site (Geerbt von Component.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates a new full copy of an object. (Überschreibt Binding. . :: . .Clone() () () ().)
Geschützte Methode CopyTo(Binding) Transfers a deep copy of current object to a specified binding. (Geerbt von Binding.)
Öffentliche Methode CopyTo(MeasureGroupBinding) Copies a MeasureGroupBinding object to the specified object.
Öffentliche Methode CreateObjRef (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose() () () () (Geerbt von Component.)
Geschützte Methode Dispose(Boolean) (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Component.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode GetService (Geerbt von Component.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService (Geerbt von MarshalByRefObject.)
Geschützte Methode MemberwiseClone() () () () (Geerbt von Object.)
Geschützte Methode MemberwiseClone(Boolean) (Geerbt von MarshalByRefObject.)
Öffentliche Methode ToString Returns a String that represents the current MeasureGroupBinding. (Überschreibt Component. . :: . .ToString() () () ().)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von Component.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable. . :: . .Clone (Geerbt von Binding.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.