Propriété ExpressionEvaluatorClass.Events
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Sets the events that can be raised during evaluation.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
Public Overridable WriteOnly Property Events As IDTSInfoEvents100
Set
'Utilisation
Dim instance As ExpressionEvaluatorClass
Dim value As IDTSInfoEvents100
instance.Events = value
public virtual IDTSInfoEvents100 Events { set; }
public:
virtual property IDTSInfoEvents100^ Events {
void set (IDTSInfoEvents100^ value);
}
abstract Events : IDTSInfoEvents100 with get, set
override Events : IDTSInfoEvents100 with get, set
function set Events (value : IDTSInfoEvents100)
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Property is write-only and does not return a value.
Implémente
IDTSExpressionEvaluator100.Events