Clase ExpressionBinding
Represents a binding on an attribute (calculated column) that binds the column to a Storage Engine Expression Language (SEEL) expression.
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)
'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.
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
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
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
Arriba
Nombre | Descripción | |
---|---|---|
![]() ![]() |
ICloneable.Clone | Creates a new copy of the object instance. (Se hereda de Binding.) |
Arriba
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.