Classe ColumnBinding
Defines a binding between a data source and a column. This class cannot be inherited.
Hierarquia de herança
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ColumnBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("212B3A61-40A5-4ce9-A46E-0B30768D60E8")> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.BindingTypeConverter, Microsoft.AnalysisServices.Design")> _
Public NotInheritable Class ColumnBinding _
Inherits Binding
'Uso
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
O tipo ColumnBinding expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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ício
Propriedades
Nome | Descrição | |
---|---|---|
ColumnID | Gets or sets the ColumnId of the ColumnBinding. | |
Container | (Herdado de Component.) | |
Parent | Gets the parent object of the current object. (Herdado de Binding.) | |
Site | (Herdado de Component.) | |
TableID | Gets or sets the TableId of the ColumnBinding. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Clone | Returns a full copy of current ColumnBinding object. (Substitui Binding.Clone().) | |
CreateObjRef | Segurança crítica. (Herdado de MarshalByRefObject.) | |
Dispose | (Herdado de Component.) | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
GetType | (Herdado de Object.) | |
InitializeLifetimeService | Segurança crítica. (Herdado de MarshalByRefObject.) | |
ToString | Returns a System.String that represents the table and column in the current ColumnBinding. (Substitui Component.ToString().) |
Início
Eventos
Nome | Descrição | |
---|---|---|
Disposed | (Herdado de Component.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
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.