ExpressionBinding Class
Updated: May 24, 2016
Represents a binding on an attribute (calculated column) that binds the column to a Storage Engine Expression Language (SEEL) expression.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
System::MarshalByRefObject
System.ComponentModel::Component
Microsoft.AnalysisServices::Binding
Microsoft.AnalysisServices::ExpressionBinding
| 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. |
![]() | ExpressionBinding(String^, String^, String^) | Initializes a new instance of the ExpressionBinding. |
| Name | Description | |
|---|---|---|
![]() | Container | (Inherited from Component.) |
![]() | Expression | Gets or sets the expression binding. |
![]() | OverrideAttributeID | Gets or sets the overriden attribute identifier for the expression. |
![]() | OverrideDimensionID | Gets or sets the dimension id to override. |
![]() | Parent | Gets the parent object of the current object.(Inherited from Binding.) |
![]() | Site | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new instance of the object that is a cloned copy of the expression binding.(Overrides Binding::Clone().) |
![]() | CreateObjRef(Type^) | (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from Component.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | GetType() | (Inherited from Object.) |
![]() | InitializeLifetimeService() | (Inherited from MarshalByRefObject.) |
![]() | ToString() | (Inherited from Component.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new copy of the object instance.(Inherited from Binding.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




