CManagedComponentWrapperClass.EventInfos 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 IDTSEventInfos100 collection that is associated with the component.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventInfos100 ^ EventInfos { void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventInfos100 ^ value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100 EventInfos { set; }
member this.EventInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
Public Overridable Property EventInfos As IDTSEventInfos100
Property Value
The IDTSEventInfos100 collection that is associated with the component.