Package.DesignEvents Property

 

Applies To: SQL Server 2016 Preview

Gets or sets an IDTSEvents that indicates if the designer or other third-party client is to receive events during design time.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

[BrowsableAttribute(false)]
public IDTSEvents DesignEvents { get; set; }
public:
[BrowsableAttribute(false)]
property IDTSEvents^ DesignEvents {
    IDTSEvents^ get();
    void set(IDTSEvents^ value);
}
[<BrowsableAttribute(false)>]
member DesignEvents : IDTSEvents with get, set
<BrowsableAttribute(False)>
Public Property DesignEvents As IDTSEvents

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.IDTSEvents

An IDTSEvents object.

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.

See Also

Package Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top