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

Zum Anfang

Eigenschaften

  Name Beschreibung
Ö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.
Ö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 Gets or sets the interval at which the dynamic part of the measure group is refreshed.
Öffentliche Eigenschaft RefreshPolicy Gets or sets the refresh policy for current object.
Ö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().)
Öffentliche Methode CopyTo Copies a MeasureGroupBinding object to the specified object.
Öffentliche Methode CreateObjRef Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode Dispose (Geerbt von Component.)
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetLifetimeService Sicherheitskritisch (Geerbt von MarshalByRefObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLifetimeService Sicherheitskritisch (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 Creates a new copy of the object instance. (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.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace