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 | |
---|---|---|
![]() |
CubeAttributeBinding() | Initializes a new instance of CubeAttributeBinding using default values. |
![]() |
CubeAttributeBinding(String, String, String, AttributeBindingType) | Initializes a new instance of CubeAttributeBinding for the specified cube, dimension, attribute, and binding type. |
![]() |
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 | |
---|---|---|
![]() |
AttributeID | Gets or sets the AttributeID referenced in the binding. |
![]() |
Container | Ereditato da Component. |
![]() |
CubeDimensionID | Gets or sets the CubeDimensionID referenced in the binding. |
![]() |
CubeID | Gets or sets the CubeID referenced in the binding. |
![]() |
Ordinal | Gets or sets the ordinal number of the attribute that the data source binds to in the collection. |
![]() |
Parent | Gets the parent object of the current object. Ereditato da Binding. |
![]() |
Site | Ereditato da Component. |
![]() |
Type | Gets or sets the type of binding. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Clone | Returns a full copy of current CubeAttributeBinding object. Esegue l'override di Binding.Clone(). |
![]() |
CreateObjRef | Criticità per la sicurezza. Ereditato da MarshalByRefObject. |
![]() |
Dispose | Ereditato da Component. |
![]() |
Equals | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. |
![]() |
GetType | Ereditato da Object. |
![]() |
InitializeLifetimeService | Criticità per la sicurezza. Ereditato da MarshalByRefObject. |
![]() |
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 | |
---|---|---|
![]() |
Disposed | Ereditato da Component. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
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.