Classe MeasureGroupBinding
Represents a binding to a MeasureGroup element. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .Binding
Microsoft.AnalysisServices..::..MeasureGroupBinding
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("0141559E-FC6F-4144-932F-56710E7B3416")> _
Public NotInheritable Class MeasureGroupBinding _
Inherits Binding
'Utilisation
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
Le type MeasureGroupBinding expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
MeasureGroupBinding() () () () | Initializes a new instance of the MeasureGroupBinding class using default values. | |
MeasureGroupBinding(String, String, String) | Initializes a new instance of Action using a data source identifier, a cube identifier, and a measure group identifier. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
CanRaiseEvents | (hérité de Component.) | |
Container | (hérité de Component.) | |
CubeID | Gets or sets the cube associated with the binding. | |
DataSourceID | Gets or sets the data source associated with the binding. | |
DesignMode | (hérité de Component.) | |
Events | (hérité de Component.) | |
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. (hérité de 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 | ||
RefreshPolicy | ||
Site | (hérité de Component.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Clone | Creates a new full copy of an object. (remplace Binding. . :: . .Clone() () () ().) | |
CopyTo(Binding) | Transfers a deep copy of current object to a specified binding. (hérité de Binding.) | |
CopyTo(MeasureGroupBinding) | Copies a MeasureGroupBinding object to the specified object. | |
CreateObjRef | (hérité de MarshalByRefObject.) | |
Dispose() () () () | (hérité de Component.) | |
Dispose(Boolean) | (hérité de Component.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Component.) | |
GetHashCode | (hérité de Object.) | |
GetLifetimeService | (hérité de MarshalByRefObject.) | |
GetService | (hérité de Component.) | |
GetType | (hérité de Object.) | |
InitializeLifetimeService | (hérité de MarshalByRefObject.) | |
MemberwiseClone() () () () | (hérité de Object.) | |
MemberwiseClone(Boolean) | (hérité de MarshalByRefObject.) | |
ToString | Returns a String that represents the current MeasureGroupBinding. (remplace Component. . :: . .ToString() () () ().) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
ICloneable. . :: . .Clone | (hérité de Binding.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.