Compartir a través de


IDTSPackage100.DesignEvents Propiedad

Definición

Obtiene o establece la interfaz IDTSEvents100 que indica si el diseñador o un cliente de otro fabricante va a recibir eventos durante el tiempo de diseño.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ DesignEvents { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEvents100 ^ value); };
[System.Runtime.InteropServices.DispId(82)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 DesignEvents { [System.Runtime.InteropServices.DispId(82)] get; [System.Runtime.InteropServices.DispId(82)] set; }
[<System.Runtime.InteropServices.DispId(82)>]
[<get: System.Runtime.InteropServices.DispId(82)>]
[<set: System.Runtime.InteropServices.DispId(82)>]
member this.DesignEvents : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100 with get, set
Public Property DesignEvents As IDTSEvents100

Valor de propiedad

Objeto IDTSEvents100.

Atributos

Comentarios

Las interfaces Package y PackageNeutral implementan esta interfaz.

Se aplica a