Bagikan melalui


IDTSPropertiesProviderEx100.ComputeExpressions Method

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

See Also

Reference

IDTSPropertiesProviderEx100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace