Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Computes the expressions associated with the properties.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub ComputeExpressions ( _
pInfoEvents As IDTSInfoEvents100, _
lLocaleID As Integer, _
pVariableDispenser As IDTSVariableDispenser100 _
)
'Usage
Dim instance As IDTSPropertiesProviderEx100
Dim pInfoEvents As IDTSInfoEvents100
Dim lLocaleID As Integer
Dim pVariableDispenser As IDTSVariableDispenser100
instance.ComputeExpressions(pInfoEvents, _
lLocaleID, pVariableDispenser)
void ComputeExpressions(
IDTSInfoEvents100 pInfoEvents,
int lLocaleID,
IDTSVariableDispenser100 pVariableDispenser
)
void ComputeExpressions(
[InAttribute] IDTSInfoEvents100^ pInfoEvents,
[InAttribute] int lLocaleID,
[InAttribute] IDTSVariableDispenser100^ pVariableDispenser
)
abstract ComputeExpressions :
pInfoEvents:IDTSInfoEvents100 *
lLocaleID:int *
pVariableDispenser:IDTSVariableDispenser100 -> unit
function ComputeExpressions(
pInfoEvents : IDTSInfoEvents100,
lLocaleID : int,
pVariableDispenser : IDTSVariableDispenser100
)
Parameters
- pInfoEvents
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
An object that implements the IDTSInfoEvents100 events interface to raise errors, warning, or informational events.
- lLocaleID
Type: System.Int32
The locale identifier.
- pVariableDispenser
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariableDispenser100
The variable dispenser that accesses the collection of variables.