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