IDTSPackage100.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 the IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ DesignEvents { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ value); };
[System.Runtime.InteropServices.DispId(82)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 DesignEvents { [System.Runtime.InteropServices.DispId(82)] get; [System.Runtime.InteropServices.DispId(82)] set; }
[<System.Runtime.InteropServices.DispId(82)>]
[<get: System.Runtime.InteropServices.DispId(82)>]
[<set: System.Runtime.InteropServices.DispId(82)>]
member this.DesignEvents : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 with get, set
Public Property DesignEvents As IDTSEvents100
Property Value
An IDTSEvents100 object.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.