Compartilhar via


Classe CubeAttributeBinding

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

Hierarquia de herança

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<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

O tipo CubeAttributeBinding expõe os membros a seguir.

Construtores

  Nome Descrição
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.

Início

Propriedades

  Nome Descrição
Propriedade pública AttributeID Gets or sets the AttributeID referenced in the binding.
Propriedade pública Container (Herdado de Component.)
Propriedade pública CubeDimensionID Gets or sets the CubeDimensionID referenced in the binding.
Propriedade pública CubeID Gets or sets the CubeID referenced in the binding.
Propriedade pública Ordinal Gets or sets the ordinal number of the attribute that the data source binds to in the collection.
Propriedade pública Parent Gets the parent object of the current object. (Herdado de Binding.)
Propriedade pública Site (Herdado de Component.)
Propriedade pública Type Gets or sets the type of binding.

Início

Métodos

  Nome Descrição
Método público Clone Returns a full copy of current CubeAttributeBinding object. (Substitui Binding.Clone().)
Método público CreateObjRef Segurança crítica. (Herdado de MarshalByRefObject.)
Método público Dispose (Herdado de Component.)
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetLifetimeService Segurança crítica. (Herdado de MarshalByRefObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLifetimeService Segurança crítica. (Herdado 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. (Substitui Component.ToString().)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de Component.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado ICloneable.Clone Creates a new copy of the object instance. (Herdado de Binding.)

Início

Comentários

Novo:   17 de julho de 2006

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices