ExpressionEvaluatorClass.IsAssignmentExpression Method

Definition

Determines whether the expression is an assignment expression.

public:
 virtual void IsAssignmentExpression(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, [Runtime::InteropServices::Out] bool % pvbIsBoolean) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExpressionEvaluator100::IsAssignmentExpression;
[System.Runtime.InteropServices.DispId(6)]
public virtual void IsAssignmentExpression (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 pVariableDispenser, out bool pvbIsBoolean);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member IsAssignmentExpression : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * bool -> unit
override this.IsAssignmentExpression : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * bool -> unit
Public Overridable Sub IsAssignmentExpression (pVariableDispenser As IDTSVariableDispenser100, ByRef pvbIsBoolean As Boolean)

Parameters

pVariableDispenser
IDTSVariableDispenser100

The object that is used to access the collection of variables.

pvbIsBoolean
Boolean

When this method returns, contains a value that indicates whether the expression is an assignment expression.

Implements

Attributes

Applies to