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