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 the MeasureGroupBinding using a data source identifier, a cube identifier, and a measure group identifier.

Arriba

Propiedades

  Nombre Descripción
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 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 Gets or sets the interval at which the dynamic part of the measure group is refreshed.
Propiedad pública RefreshPolicy Gets or sets the refresh policy for current object.
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 público CopyTo Copies a MeasureGroupBinding object to the specified object.
Método público CreateObjRef Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público Dispose (Se hereda de Component.)
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetLifetimeService Importante para la seguridad. (Se hereda de MarshalByRefObject.)
Método público GetType (Se hereda de Object.)
Método público InitializeLifetimeService Importante para la seguridad. (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 Creates a new copy of the object instance. (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.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices