Compartir a través de


Clase RowBinding

Defines a derived data type that represents a binding to the rows of a table.

Jerarquía de herencia

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.Binding
        Microsoft.AnalysisServices.RowBinding

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

Sintaxis

'Declaración
<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class RowBinding _
    Inherits Binding
'Uso
Dim instance As RowBinding
[GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class RowBinding : Binding
[GuidAttribute(L"5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class RowBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("5D57CB33-C6A6-412d-9E2B-2D4CAC07157E")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")>]
type RowBinding =  
    class 
        inherit Binding 
    end
public final class RowBinding extends Binding

El tipo RowBinding expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público RowBinding() Initializes a new instance of the RowBinding class.
Método público RowBinding(String) Initializes a new instance of the RowBinding class with a specified table identifier.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Container (Se hereda de Component.)
Propiedad pública Parent Gets the parent object of the current object. (Se hereda de Binding.)
Propiedad pública Site (Se hereda de Component.)
Propiedad pública TableID Gets or sets the table id of the RowBinding.

Arriba

Métodos

  Nombre Descripción
Método público Clone Returns a copy of the RowBinding object. (Invalida Binding.Clone().)
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 table and column in the current RowBinding. (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