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 | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Container | Ereditato da 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. Ereditato da 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 | Ereditato da Component. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates a new full copy of an object. Esegue l'override di Binding.Clone(). | |
CopyTo | Copies a MeasureGroupBinding object to the specified object. | |
CreateObjRef | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
Dispose | Ereditato da Component. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. | |
ToString | Returns a String that represents the current MeasureGroupBinding. Esegue l'override di Component.ToString(). |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
Disposed | Ereditato da Component. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. 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.