IDTSExpressionEvaluator100.IsAssignmentExpression Method

Definition

Indicates that the expression is an assignment expression.

public:
 void IsAssignmentExpression(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, [Runtime::InteropServices::Out] bool % pvbIsBoolean);
[System.Runtime.InteropServices.DispId(6)]
public 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
Public Sub IsAssignmentExpression (pVariableDispenser As IDTSVariableDispenser100, ByRef pvbIsBoolean As Boolean)

Parameters

pVariableDispenser
IDTSVariableDispenser100

The object for locking variables.

pvbIsBoolean
Boolean

true to indicate that the expression is Boolean; otherwise, false.

Attributes

Applies to