IDTSExpressionEvaluator100.IsBooleanExpression Method

Definition

Indicates that the expression is a boolean expression.

public:
 void IsBooleanExpression(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, [Runtime::InteropServices::Out] bool % pvbIsBoolean);
[System.Runtime.InteropServices.DispId(3)]
public void IsBooleanExpression (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 pVariableDispenser, out bool pvbIsBoolean);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member IsBooleanExpression : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * bool -> unit
Public Sub IsBooleanExpression (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