Classe DtsEventHandler
A container on a package or other containers that holds executables to run when specific events occur. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public NotInheritable Class DtsEventHandler _
Inherits DtsContainer _
Implements IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
'Uso
Dim instance As DtsEventHandler
public sealed class DtsEventHandler : DtsContainer,
IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
public ref class DtsEventHandler sealed : public DtsContainer,
IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
[<SealedAttribute>]
type DtsEventHandler =
class
inherit DtsContainer
interface IDTSSequence
interface IDTSPropertiesProvider
interface IDTSPackagePath
end
public final class DtsEventHandler extends DtsContainer implements IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
Comentários
For more information, see Manipuladores de eventos do Integration Services and Contêineres do Integration Services.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime. . :: . .Executable
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsContainer
Microsoft.SqlServer.Dts.Runtime..::..DtsEventHandler
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.