다음을 통해 공유


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.