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. | |
CanRaiseEvents | Ereditato da Component. | |
Container | Ereditato da Component. | |
CubeDimensionID | Gets or sets the CubeDimensionID referenced in the binding. | |
CubeID | Gets or sets the CubeID referenced in the binding. | |
DesignMode | Ereditato da Component. | |
Events | Ereditato da Component. | |
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() () () (). | |
CopyTo | Transfers a deep copy of current object to a specified binding. Ereditato da Binding. | |
CreateObjRef | Ereditato da MarshalByRefObject. | |
Dispose() () () () | Ereditato da Component. | |
Dispose(Boolean) | Ereditato da Component. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Component. | |
GetHashCode | Ereditato da Object. | |
GetLifetimeService | Ereditato da MarshalByRefObject. | |
GetService | Ereditato da Component. | |
GetType | Ereditato da Object. | |
InitializeLifetimeService | Ereditato da MarshalByRefObject. | |
MemberwiseClone() () () () | Ereditato da Object. | |
MemberwiseClone(Boolean) | 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
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
ICloneable. . :: . .Clone | Ereditato da Binding. |
In alto
Osservazioni
Nuovo: 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.