Condividi tramite


Classe CubeAttributeBinding

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("398A84EF-F7F5-405e-A642-3C3CE569257F")> _
Public NotInheritable Class CubeAttributeBinding _
    Inherits Binding
'Utilizzo
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

Nel tipo CubeAttributeBinding sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CubeAttributeBinding() Initializes a new instance of CubeAttributeBinding using default values.
Metodo pubblico CubeAttributeBinding(String, String, String, AttributeBindingType) Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, and binding type.
Metodo pubblico CubeAttributeBinding(String, String, String, AttributeBindingType, Int32) Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, binding type, and ordinal place.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica AttributeID Gets or sets the AttributeID referenced in the binding.
Proprietà pubblica Container Ereditato da Component.
Proprietà pubblica CubeDimensionID Gets or sets the CubeDimensionID referenced in the binding.
Proprietà pubblica CubeID Gets or sets the CubeID referenced in the binding.
Proprietà pubblica Ordinal Gets or sets the ordinal number of the attribute that the data source binds to in the collection.
Proprietà pubblica Parent Gets the parent object of the current object. Ereditato da Binding.
Proprietà pubblica Site Ereditato da Component.
Proprietà pubblica Type Gets or sets the type of binding.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Returns a full copy of current CubeAttributeBinding object. Esegue l'override di Binding.Clone().
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Ereditato da Component.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico ToString Returns a System.String that represents the cube, dimension, attribute, binding type, and an ordinal location in the current CubeAttributeBinding object. Esegue l'override di Component.ToString().

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da Component.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ICloneable.Clone Creates a new copy of the object instance. Ereditato da Binding.

In alto

Osservazioni

Novità:   17 luglio 2006

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices