Compartir a través de


Clase MeasureGroupBinding

Represents a binding to a MeasureGroup element. This class cannot be inherited.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .MarshalByRefObject
    System.ComponentModel. . :: . .Component
      Microsoft.AnalysisServices. . :: . .Binding
        Microsoft.AnalysisServices..::..MeasureGroupBinding

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<GuidAttribute("0141559E-FC6F-4144-932F-56710E7B3416")> _
Public NotInheritable Class MeasureGroupBinding _
    Inherits Binding
'Uso
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

El tipo MeasureGroupBinding expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MeasureGroupBinding() () () () Initializes a new instance of the MeasureGroupBinding class using default values.
Método público MeasureGroupBinding(String, String, String) Initializes a new instance of Action using a data source identifier, a cube identifier, and a measure group identifier.

Arriba

Propiedades

  Nombre Descripción
Propiedad protegida CanRaiseEvents (Se hereda de Component.)
Propiedad pública Container (Se hereda de Component.)
Propiedad pública CubeID Gets or sets the cube associated with the binding.
Propiedad pública DataSourceID Gets or sets the data source associated with the binding.
Propiedad protegida DesignMode (Se hereda de Component.)
Propiedad protegida Events (Se hereda de Component.)
Propiedad pública Filter Gets or sets the Multidimensional Expressions (MDX) expression that filters the contents of the binding.
Propiedad pública MeasureGroupID Gets or sets the measure group associated with the binding.
Propiedad pública Parent Gets the parent object of the current object. (Se hereda de Binding.)
Propiedad pública 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.
Propiedad pública RefreshInterval
Propiedad pública RefreshPolicy
Propiedad pública Site (Se hereda de Component.)

Arriba

Métodos

  Nombre Descripción
Método público Clone Creates a new full copy of an object. (Invalida Binding. . :: . .Clone() () () ().)
Método protegido CopyTo(Binding) Transfers a deep copy of current object to a specified binding. (Se hereda de Binding.)
Método público CopyTo(MeasureGroupBinding) Copies a MeasureGroupBinding object to the specified object.
Método público CreateObjRef (Se hereda de MarshalByRefObject.)
Método público Dispose() () () () (Se hereda de Component.)
Método protegido Dispose(Boolean) (Se hereda de Component.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Component.)
Método público GetHashCode (Se hereda de Object.)
Método público GetLifetimeService (Se hereda de MarshalByRefObject.)
Método protegido GetService (Se hereda de Component.)
Método público GetType (Se hereda de Object.)
Método público InitializeLifetimeService (Se hereda de MarshalByRefObject.)
Método protegido MemberwiseClone() () () () (Se hereda de Object.)
Método protegido MemberwiseClone(Boolean) (Se hereda de MarshalByRefObject.)
Método público ToString Returns a String that represents the current MeasureGroupBinding. (Invalida Component. . :: . .ToString() () () ().)

Arriba

Eventos

  Nombre Descripción
Evento público Disposed (Se hereda de Component.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone (Se hereda de Binding.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.