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 Action using a data source identifier, a cube identifier, and a measure group identifier. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
CanRaiseEvents | Ereditato da Component. | |
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. | |
DesignMode | Ereditato da Component. | |
Events | Ereditato da 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. 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 | ||
RefreshPolicy | ||
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(Binding) | Transfers a deep copy of current object to a specified binding. Ereditato da Binding. | |
CopyTo(MeasureGroupBinding) | Copies a MeasureGroupBinding object to the specified object. | |
CreateObjRef | Ereditato da MarshalByRefObject. | |
Dispose() () () () | Ereditato da Component. | |
Dispose(Boolean) | Ereditato da Component. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Component. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Ereditato da MarshalByRefObject. | |
GetService | Ereditato da Component. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Ereditato da MarshalByRefObject. | |
MemberwiseClone() () () () | Ereditato da Object. | |
MemberwiseClone(Boolean) | Ereditato da MarshalByRefObject. | |
ToString | Returns a String that represents the current MeasureGroupBinding. Esegue l'override di Component. . :: . .ToString() () () (). |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable. . :: . .Clone | 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.