Classe ColumnBinding
Defines a binding between a data source and a column. This class cannot be inherited.
Gerarchia di ereditarietà
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ColumnBinding
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<GuidAttribute("212B3A61-40A5-4ce9-A46E-0B30768D60E8")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class ColumnBinding _
Inherits Binding
'Utilizzo
Dim instance As ColumnBinding
[GuidAttribute("212B3A61-40A5-4ce9-A46E-0B30768D60E8")]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public sealed class ColumnBinding : Binding
[GuidAttribute(L"212B3A61-40A5-4ce9-A46E-0B30768D60E8")]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")]
public ref class ColumnBinding sealed : public Binding
[<SealedAttribute>]
[<GuidAttribute("212B3A61-40A5-4ce9-A46E-0B30768D60E8")>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")>]
type ColumnBinding =
class
inherit Binding
end
public final class ColumnBinding extends Binding
Nel tipo ColumnBinding sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
ColumnBinding() | Initializes a new instance of ColumnBinding using default values. |
![]() |
ColumnBinding(String, String) | Initializes a new instance of ColumnBinding for the specified table and column. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
ColumnID | Gets or sets the ColumnId of the ColumnBinding. |
![]() |
Container | Ereditato da Component. |
![]() |
Parent | Gets the parent object of the current object. Ereditato da Binding. |
![]() |
Site | Ereditato da Component. |
![]() |
TableID | Gets or sets the TableId of the ColumnBinding. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Clone | Returns a full copy of current ColumnBinding 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 table and column in the current ColumnBinding. 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.