ExpressionEvaluatorClass.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.
Determines whether the expression is a Boolean expression.
public:
virtual void IsBooleanExpression(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, [Runtime::InteropServices::Out] bool % pvbIsBoolean) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExpressionEvaluator100::IsBooleanExpression;
[System.Runtime.InteropServices.DispId(3)]
public virtual 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
override this.IsBooleanExpression : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * bool -> unit
Public Overridable Sub IsBooleanExpression (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 a Boolean expression.
Implements
- Attributes