DtsContainer-Klasse
Defines an abstract base class that implements the properties and methods used by all containers and packages.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public MustInherit Class DtsContainer _
Inherits Executable _
Implements IDTSPersist, IDTSExecutionMetrics, IDTSName, IDTSBreakpointSite, _
IDTSSuspend, IComponent, IDisposable
'Usage
Dim instance As DtsContainer
public abstract class DtsContainer : Executable,
IDTSPersist, IDTSExecutionMetrics, IDTSName, IDTSBreakpointSite, IDTSSuspend,
IComponent, IDisposable
public ref class DtsContainer abstract : public Executable,
IDTSPersist, IDTSExecutionMetrics, IDTSName, IDTSBreakpointSite, IDTSSuspend,
IComponent, IDisposable
[<AbstractClassAttribute>]
type DtsContainer =
class
inherit Executable
interface IDTSPersist
interface IDTSExecutionMetrics
interface IDTSName
interface IDTSBreakpointSite
interface IDTSSuspend
interface IComponent
interface IDisposable
end
public abstract class DtsContainer extends Executable implements IDTSPersist, IDTSExecutionMetrics, IDTSName, IDTSBreakpointSite, IDTSSuspend, IComponent, IDisposable
Vererbungshierarchie
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
Microsoft.SqlServer.Dts.Runtime. . :: . .Executable
Microsoft.SqlServer.Dts.Runtime..::..DtsContainer
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsEventHandler
Microsoft.SqlServer.Dts.Runtime. . :: . .EventsProvider
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.