Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Determines whether the expression is a Boolean expression.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Sub IsBooleanExpression ( _
pVariableDispenser As IDTSVariableDispenser100, _
<OutAttribute> ByRef pvbIsBoolean As Boolean _
)
'Usage
Dim instance As ExpressionEvaluatorClass
Dim pVariableDispenser As IDTSVariableDispenser100
Dim pvbIsBoolean As Boolean
instance.IsBooleanExpression(pVariableDispenser, _
pvbIsBoolean)
public virtual void IsBooleanExpression(
IDTSVariableDispenser100 pVariableDispenser,
out bool pvbIsBoolean
)
public:
virtual void IsBooleanExpression(
[InAttribute] IDTSVariableDispenser100^ pVariableDispenser,
[OutAttribute] bool% pvbIsBoolean
)
abstract IsBooleanExpression :
pVariableDispenser:IDTSVariableDispenser100 *
pvbIsBoolean:bool byref -> unit
override IsBooleanExpression :
pVariableDispenser:IDTSVariableDispenser100 *
pvbIsBoolean:bool byref -> unit
public function IsBooleanExpression(
pVariableDispenser : IDTSVariableDispenser100,
pvbIsBoolean : boolean
)
Parameters
- pVariableDispenser
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
The object that is used to access the collection of variables.
- pvbIsBoolean
Type: System.Boolean%
When this method returns, contains a value that indicates whether the expression is a Boolean expression.
Implements
IDTSExpressionEvaluator100.IsBooleanExpression(IDTSVariableDispenser100, Boolean%)