ExpressionBinding Class
Represents a binding on an attribute (calculated column) that binds the column to a Storage Engine Expression Language (SEEL) expression.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.Binding
Microsoft.AnalysisServices.ExpressionBinding
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public NotInheritable Class ExpressionBinding _
Inherits Binding
'Usage
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
The ExpressionBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExpressionBinding() | Initializes a new instance of the ExpressionBinding class. | |
ExpressionBinding(String) | Initializes a new instance of the ExpressionBinding class with the specified expression. |
Top
Properties
Name | Description | |
---|---|---|
Container | (Inherited from Component.) | |
Expression | Gets or sets the expression binding. | |
Parent | Gets the parent object of the current object. (Inherited from Binding.) | |
Site | (Inherited from Component.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a new instance of the object that is a cloned copy of the expression binding. (Overrides Binding.Clone().) | |
CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) | |
Dispose | (Inherited from Component.) | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Component.) |
Top
Events
Name | Description | |
---|---|---|
Disposed | (Inherited from Component.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICloneable.Clone | Creates a new copy of the object instance. (Inherited from Binding.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.