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.