Classe Executable
Defines an abstract class that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public MustInherit Class Executable _
Inherits DtsObject
'Uso
Dim instance As Executable
public abstract class Executable : DtsObject
public ref class Executable abstract : public DtsObject
[<AbstractClassAttribute>]
type Executable =
class
inherit DtsObject
end
public abstract class Executable extends DtsObject
Comentários
The Executable abstract base class is inherited by the abstract base class DtsContainer, which is then inherited by the abstract base class EventsProvider. The EventsProvider class is subsequently inherited by the following containers that are used often in code.
ForEachLoop Class
ForLoop Class
Package Class
Sequence Class
TaskHost Class
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime..::..Executable
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsContainer
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.