ExpressionEvaluatorClass.Events Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the events that can be raised during evaluation.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ Events { void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ value); };
[System.Runtime.InteropServices.DispId(5)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 Events { [System.Runtime.InteropServices.DispId(5)] set; }
[<System.Runtime.InteropServices.DispId(5)>]
[<set: System.Runtime.InteropServices.DispId(5)>]
member this.Events : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Public Overridable Property Events As IDTSInfoEvents100
Property Value
Property is write-only and does not return a value.
Implements
- Attributes