Bagikan melalui


PackageClass.DesignEvents Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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

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

Syntax

'Declaration
Public Overridable Property DesignEvents As IDTSEvents100 
    Get 
    Set
'Usage
Dim instance As PackageClass 
Dim value As IDTSEvents100 

value = instance.DesignEvents

instance.DesignEvents = value
public virtual IDTSEvents100 DesignEvents { get; set; }
public:
virtual property IDTSEvents100^ DesignEvents {
    IDTSEvents100^ get ();
    void set (IDTSEvents100^ value);
}
abstract DesignEvents : IDTSEvents100 with get, set 
override DesignEvents : IDTSEvents100 with get, set
function get DesignEvents () : IDTSEvents100 
function set DesignEvents (value : IDTSEvents100)

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
An IDTSEvents100 object.

Implements

IDTSPackage100.DesignEvents

Remarks

For more information, see Package.

See Also

Reference

PackageClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace