ExpressionBinding Class

Definition

Represents a binding on an attribute (calculated column) that binds the column to a Storage Engine Expression Language (SEEL) expression.

public sealed class ExpressionBinding : Microsoft.AnalysisServices.Binding
type ExpressionBinding = class
    inherit Binding
Public NotInheritable Class ExpressionBinding
Inherits Binding
Inheritance
ExpressionBinding

Constructors

ExpressionBinding()

Initializes a new instance of the ExpressionBinding class using the default values.

ExpressionBinding(String)

Initializes a new instance of the ExpressionBinding class using the specified expression.

ExpressionBinding(String, String, String)

Initializes a new instance of the ExpressionBinding class using the specified expression, and the dimension\attribute to override.

Properties

Expression

Gets or sets the expression for the ExpressionBinding.

OverrideAttributeID

Gets or sets the ID of the attribute to be overriden.

OverrideDimensionID

Gets or sets the ID of the dimension to be overriden.

Parent

Gets the parent object of the current object.

(Inherited from Binding)

Methods

Clone()

Returns a copy of the ExpressionBinding object.

CopyTo(Binding)

Transfers a deep copy of current object to a specified binding.

(Inherited from Binding)

Explicit Interface Implementations

ICloneable.Clone() (Inherited from Binding)

Applies to