ExpressionBinding Constructors

Definition

Overloads

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.

ExpressionBinding()

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

public ExpressionBinding ();
Public Sub New ()

Applies to

ExpressionBinding(String)

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

public ExpressionBinding (string expression);
new Microsoft.AnalysisServices.ExpressionBinding : string -> Microsoft.AnalysisServices.ExpressionBinding
Public Sub New (expression As String)

Parameters

expression
String

The expression.

Applies to

ExpressionBinding(String, String, String)

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

public ExpressionBinding (string expression, string overrideDimensionId, string overrideAttributeId);
new Microsoft.AnalysisServices.ExpressionBinding : string * string * string -> Microsoft.AnalysisServices.ExpressionBinding
Public Sub New (expression As String, overrideDimensionId As String, overrideAttributeId As String)

Parameters

expression
String

The expression

overrideDimensionId
String

The ID of the dimension.

overrideAttributeId
String

The ID of the attribute.

Applies to