Partager via


Events propriété

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

For more information, see ExpressionEvaluator.

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

Syntaxe

'Déclaration
WriteOnly Property Events As IDTSInfoEvents100
    Set
'Utilisation
Dim instance As IDTSExpressionEvaluator100
Dim value As IDTSInfoEvents100

instance.Events = value
IDTSInfoEvents100 Events { set; }
property IDTSInfoEvents100^ Events {
    void set (IDTSInfoEvents100^ value);
}
abstract Events : IDTSInfoEvents100 with get, set
function set Events (value : IDTSInfoEvents100)