IDTSPropertiesProviderEx100.ComputeExpressions Method

Definition

Computes the expressions associated with the properties.

public:
 void ComputeExpressions(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ pInfoEvents, int lLocaleID, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariableDispenser100 ^ pVariableDispenser);
[System.Runtime.InteropServices.DispId(11)]
public void ComputeExpressions (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 pInfoEvents, int lLocaleID, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 pVariableDispenser);
[<System.Runtime.InteropServices.DispId(11)>]
abstract member ComputeExpressions : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 * int * Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100 -> unit
Public Sub ComputeExpressions (pInfoEvents As IDTSInfoEvents100, lLocaleID As Integer, pVariableDispenser As IDTSVariableDispenser100)

Parameters

pInfoEvents
IDTSInfoEvents100

An object that implements the IDTSInfoEvents100 events interface to raise errors, warning, or informational events.

lLocaleID
Int32

The locale identifier.

pVariableDispenser
IDTSVariableDispenser100

The variable dispenser that accesses the collection of variables.

Attributes

Applies to