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.
Indicates that the expression is an assignment expression.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub IsAssignmentExpression ( _
pVariableDispenser As IDTSVariableDispenser100, _
<OutAttribute> ByRef pvbIsBoolean As Boolean _
)
'Usage
Dim instance As IDTSExpressionEvaluator100
Dim pVariableDispenser As IDTSVariableDispenser100
Dim pvbIsBoolean As Boolean
instance.IsAssignmentExpression(pVariableDispenser, _
pvbIsBoolean)
void IsAssignmentExpression(
IDTSVariableDispenser100 pVariableDispenser,
out bool pvbIsBoolean
)
void IsAssignmentExpression(
[InAttribute] IDTSVariableDispenser100^ pVariableDispenser,
[OutAttribute] bool% pvbIsBoolean
)
abstract IsAssignmentExpression :
pVariableDispenser:IDTSVariableDispenser100 *
pvbIsBoolean:bool byref -> unit
function IsAssignmentExpression(
pVariableDispenser : IDTSVariableDispenser100,
pvbIsBoolean : boolean
)
Parameters
- pVariableDispenser
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
The object for locking variables.
- pvbIsBoolean
Type: System.Boolean%
true to indicate that the expression is Boolean; otherwise, false.