IDTSExpressionEvaluator100.IsBooleanExpression Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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