Compartir a través de


DesignEvents Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public Property DesignEvents As IDTSEvents
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .IDTSEvents
An IDTSEvents object.

Comentarios

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.