DtsEventHandler-Klasse
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 (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public NotInheritable Class DtsEventHandler _
Inherits DtsContainer _
Implements IDTSSequence, IDTSPropertiesProvider, IDTSPackagePath
'Usage
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
Hinweise
For more information, see Ereignishandler von SQL Server Integration Services and SQL Server Integration Services-Container.
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime. . :: . .Executable
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsContainer
Microsoft.SqlServer.Dts.Runtime..::..DtsEventHandler
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.