Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<BrowsableAttribute(False)> _
Public Property DesignEvents As IDTSEvents
Get
Set
'Usage
Dim instance As Package
Dim value As IDTSEvents
value = instance.DesignEvents
instance.DesignEvents = value
[BrowsableAttribute(false)]
public IDTSEvents DesignEvents { get; set; }
[BrowsableAttribute(false)]
public:
property IDTSEvents^ DesignEvents {
IDTSEvents^ get ();
void set (IDTSEvents^ value);
}
[<BrowsableAttribute(false)>]
member DesignEvents : IDTSEvents with get, set
function get DesignEvents () : IDTSEvents
function set DesignEvents (value : 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.