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.
public:
void Parse(System::String ^ bstrExpression, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSVariableDispenser100 ^ pVariableDispenser, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInputColumnCollection100 ^ pColumnCollection);
[System.Runtime.InteropServices.DispId(1)]
public void Parse (string bstrExpression, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariableDispenser100 pVariableDispenser, Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInputColumnCollection100 pColumnCollection);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member Parse : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInputColumnCollection100 -> unit
Public Sub Parse (bstrExpression As String, pVariableDispenser As IDTSVariableDispenser100, pColumnCollection As IDTSInputColumnCollection100)
Parameters
- bstrExpression
- String
- pVariableDispenser
- IDTSVariableDispenser100
- pColumnCollection
- IDTSInputColumnCollection100
- Attributes