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 | |
---|---|---|
MeasureGroupBinding() | Initializes a new instance of the MeasureGroupBinding class using default values. | |
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 | |
---|---|---|
Container | (Geerbt von Component.) | |
CubeID | Gets or sets the cube associated with the binding. | |
DataSourceID | Gets or sets the data source associated with the binding. | |
Filter | Gets or sets the Multidimensional Expressions (MDX) expression that filters the contents of the binding. | |
MeasureGroupID | Gets or sets the measure group associated with the binding. | |
Parent | Gets the parent object of the current object. (Geerbt von Binding.) | |
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. | |
RefreshInterval | Gets or sets the interval at which the dynamic part of the measure group is refreshed. | |
RefreshPolicy | Gets or sets the refresh policy for current object. | |
Site | (Geerbt von Component.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Creates a new full copy of an object. (Überschreibt Binding.Clone().) | |
CopyTo | Copies a MeasureGroupBinding object to the specified object. | |
CreateObjRef | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
Dispose | (Geerbt von Component.) | |
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
GetType | (Geerbt von Object.) | |
InitializeLifetimeService | Sicherheitskritisch (Geerbt von MarshalByRefObject.) | |
ToString | Returns a String that represents the current MeasureGroupBinding. (Überschreibt Component.ToString().) |
Zum Anfang
Ereignisse
Name | Beschreibung | |
---|---|---|
Disposed | (Geerbt von Component.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
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.