Package.DesignEvents 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.
Gets or sets an IDTSEvents that indicates if the designer or other third-party client is to receive events during design time.
public:
property Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ DesignEvents { Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ get(); void set(Microsoft::SqlServer::Dts::Runtime::IDTSEvents ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.SqlServer.Dts.Runtime.IDTSEvents DesignEvents { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DesignEvents : Microsoft.SqlServer.Dts.Runtime.IDTSEvents with get, set
Public Property DesignEvents As IDTSEvents
Property Value
An IDTSEvents object.
- Attributes
Remarks
DesignEvents are a property on the package object that allows a third-party client, such as the graphical designer, to receive events during design time.