Partager via


Méthode IDTSPropertiesProvider100.ComputeExpressions

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Computes the expressions associated with the properties.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub ComputeExpressions ( _
    recursive As Boolean _
)
'Utilisation
Dim instance As IDTSPropertiesProvider100 
Dim recursive As Boolean

instance.ComputeExpressions(recursive)
void ComputeExpressions(
    bool recursive
)
void ComputeExpressions(
    [InAttribute] bool recursive
)
abstract ComputeExpressions : 
        recursive:bool -> unit
function ComputeExpressions(
    recursive : boolean
)

Paramètres

  • recursive
    Type : System.Boolean
    true to indicate recursively evaluate the expressions associated with the properties; otherwise, false.

Notes

For more information, see IDTSPropertiesProvider.

Voir aussi

Référence

IDTSPropertiesProvider100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper