Compartir a través de


Clase CubeAttributeBinding

Defines a binding from a data source to a cube attribute. This class cannot be inherited.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")> _
Public NotInheritable Class CubeAttributeBinding _
    Inherits Binding
'Uso
Dim instance As CubeAttributeBinding
[GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")]
public sealed class CubeAttributeBinding : Binding
[GuidAttribute(L"398A84EF-F7F5-405e-A642-3C3CE569257F")]
public ref class CubeAttributeBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")>]
type CubeAttributeBinding =  
    class
        inherit Binding
    end
public final class CubeAttributeBinding extends Binding

El tipo CubeAttributeBinding expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público CubeAttributeBinding() () () () Initializes a new instance of CubeAttributeBinding using default values.
Método público CubeAttributeBinding(String, String, String, AttributeBindingType) Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, and binding type.
Método público CubeAttributeBinding(String, String, String, AttributeBindingType, Int32) Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, binding type, and ordinal place.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública AttributeID Gets or sets the AttributeID referenced in the binding.
Propiedad protegida CanRaiseEvents (Se hereda de Component.)
Propiedad pública Container (Se hereda de Component.)
Propiedad pública CubeDimensionID Gets or sets the CubeDimensionID referenced in the binding.
Propiedad pública CubeID Gets or sets the CubeID referenced in the binding.
Propiedad protegida DesignMode (Se hereda de Component.)
Propiedad protegida Events (Se hereda de Component.)
Propiedad pública Ordinal Gets or sets the ordinal number of the attribute that the data source binds to in the collection.
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 Type Gets or sets the type of binding.

Arriba

Métodos

  Nombre Descripción
Método público Clone Returns a full copy of current CubeAttributeBinding object. (Invalida Binding. . :: . .Clone() () () ().)
Método protegido CopyTo Transfers a deep copy of current object to a specified binding. (Se hereda de Binding.)
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 System.String that represents the cube, dimension, attribute, binding type, and an ordinal location in the current CubeAttributeBinding object. (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

Comentarios

Nuevo: 17 de julio de 2006

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.