IDTSExpressionEvaluatorEx100.Parse Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
void Parse(System::String ^ bstrExpression, Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2017::IDTSVariableDispenser100 ^ pVariableDispenser, Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2017::IDTSInputColumnCollection100 ^ pColumnCollection);
[System.Runtime.InteropServices.DispId(1)]
public void Parse (string bstrExpression, Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSVariableDispenser100 pVariableDispenser, Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2017.IDTSInputColumnCollection100 pColumnCollection);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member Parse : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2017.IDTSVariableDispenser100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2017.IDTSInputColumnCollection100 -> unit
Public Sub Parse (bstrExpression As String, pVariableDispenser As IDTSVariableDispenser100, pColumnCollection As IDTSInputColumnCollection100)
Параметры
- bstrExpression
- String
- pVariableDispenser
- IDTSVariableDispenser100
- pColumnCollection
- IDTSInputColumnCollection100
- Атрибуты