共用方式為


DesignEvents 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
<BrowsableAttribute(False)> _
Public Property DesignEvents As IDTSEvents
    Get
    Set
'用途
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)

備註

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.