IDTSExpressionEvaluatorEx100.Parse 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.
Parses the IDTSExpressionEvaluatorEx100 class.
public:
void Parse(System::String ^ bstrExpression, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInputColumnCollection100 ^ pColumnCollection);
[System.Runtime.InteropServices.DispId(1)]
public void Parse (string bstrExpression, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 pVariableDispenser, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumnCollection100 pColumnCollection);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member Parse : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumnCollection100 -> unit
Public Sub Parse (bstrExpression As String, pVariableDispenser As IDTSVariableDispenser100, pColumnCollection As IDTSInputColumnCollection100)
Parameters
- bstrExpression
- String
The expression used.
- pVariableDispenser
- IDTSVariableDispenser100
The variable dispenser.
- pColumnCollection
- IDTSInputColumnCollection100
The column collection.
- Attributes