Clase ExpressionBinding
Represents a binding on an attribute (calculated column) that binds the column to a Storage Engine Expression Language (SEEL) expression.
Jerarquía de herencia
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ExpressionBinding
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public NotInheritable Class ExpressionBinding _
Inherits Binding
'Uso
Dim instance As ExpressionBinding
public sealed class ExpressionBinding : Binding
public ref class ExpressionBinding sealed : public Binding
[<SealedAttribute>]
type ExpressionBinding =
class
inherit Binding
end
public final class ExpressionBinding extends Binding
El tipo ExpressionBinding expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ExpressionBinding() | Initializes a new instance of the ExpressionBinding class. | |
ExpressionBinding(String) | Initializes a new instance of the ExpressionBinding class with the specified expression. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Container | (Se hereda de Component.) | |
Expression | Gets or sets the expression binding. | |
Parent | Gets the parent object of the current object. (Se hereda de Binding.) | |
Site | (Se hereda de Component.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Creates a new instance of the object that is a cloned copy of the expression binding. (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 | (Se hereda de Component.) |
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
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.