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.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

System::Object
  System::MarshalByRefObject
    System.ComponentModel::Component
      Microsoft.AnalysisServices::Binding
        Microsoft.AnalysisServices::ExpressionBinding

public ref class ExpressionBinding sealed : Binding

NameDescription
System_CAPS_pubmethodExpressionBinding()

Initializes a new instance of the ExpressionBinding class.

System_CAPS_pubmethodExpressionBinding(String^)

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

System_CAPS_pubmethodExpressionBinding(String^, String^, String^)

Initializes a new instance of the ExpressionBinding.

NameDescription
System_CAPS_pubpropertyContainer

(Inherited from Component.)

System_CAPS_pubpropertyExpression

Gets or sets the expression binding.

System_CAPS_pubpropertyOverrideAttributeID

Gets or sets the overriden attribute identifier for the expression.

System_CAPS_pubpropertyOverrideDimensionID

Gets or sets the dimension id to override.

System_CAPS_pubpropertyParent

Gets the parent object of the current object.(Inherited from Binding.)

System_CAPS_pubpropertySite

(Inherited from Component.)

NameDescription
System_CAPS_pubmethodClone()

Creates a new instance of the object that is a cloned copy of the expression binding.(Overrides Binding::Clone().)

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from Component.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodToString()

(Inherited from Component.)

NameDescription
System_CAPS_pubeventDisposed

(Inherited from Component.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::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.

Return to top
Show: