Clase ColumnBinding
Defines a binding between a data source and a column. This class cannot be inherited.
Jerarquía de herencia
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ColumnBinding
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<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
El tipo ColumnBinding expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
ColumnID | Gets or sets the ColumnId of the ColumnBinding. | |
Container | (Se hereda de Component.) | |
Parent | Gets the parent object of the current object. (Se hereda de Binding.) | |
Site | (Se hereda de Component.) | |
TableID | Gets or sets the TableId of the ColumnBinding. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Returns a full copy of current ColumnBinding object. (Invalida Binding.Clone().) | |
CreateObjRef | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
Dispose | (Se hereda de Component.) | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
GetType | (Se hereda de Object.) | |
InitializeLifetimeService | Importante para la seguridad. (Se hereda de MarshalByRefObject.) | |
ToString | Returns a System.String that represents the table and column in the current ColumnBinding. (Invalida Component.ToString().) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
Disposed | (Se hereda de Component.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. (Se hereda de Binding.) |
Arriba
Comentarios
Nuevo: 17 de julio de 2006
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.