Share via


TaskHostClass Class

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see TaskHost.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskHostClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("7455C688-08E0-44F9-A58F-118E53A4FEFB")> _
Public Class TaskHostClass _
    Implements TaskHost, IDTSObjectHost100, IDTSTaskHost100, IDTSContainer100,  _
    IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100,  _
    IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100
'Usage
Dim instance As TaskHostClass
[ClassInterfaceAttribute()]
[GuidAttribute("7455C688-08E0-44F9-A58F-118E53A4FEFB")]
public class TaskHostClass : TaskHost, 
    IDTSObjectHost100, IDTSTaskHost100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100, 
    IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, 
    IDTSPersist100, IDTSRuntimeObject100
[ClassInterfaceAttribute()]
[GuidAttribute(L"7455C688-08E0-44F9-A58F-118E53A4FEFB")]
public ref class TaskHostClass : TaskHost, 
    IDTSObjectHost100, IDTSTaskHost100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100, 
    IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, 
    IDTSPersist100, IDTSRuntimeObject100
[<ClassInterfaceAttribute()>]
[<GuidAttribute("7455C688-08E0-44F9-A58F-118E53A4FEFB")>]
type TaskHostClass =  
    class
        interface TaskHost
        interface IDTSObjectHost100
        interface IDTSTaskHost100
        interface IDTSContainer100
        interface IDTSExecutable100
        interface IDTSEventsProvider100
        interface IDTSExecutionMetrics100
        interface IDTSPropertiesProvider100
        interface IDTSName100
        interface IDTSBreakpointSite100
        interface IDTSSuspend100
        interface IDTSPersist100
        interface IDTSRuntimeObject100
    end
public class TaskHostClass implements TaskHost, IDTSObjectHost100, IDTSTaskHost100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100

The TaskHostClass type exposes the following members.

Constructors

  Name Description
Public method TaskHostClass Infrastructure. For more information, see TaskHost.

Top

Properties

  Name Description
Public property ApartmentThreaded Infrastructure. For more information, see TaskHost.
Public property CreationName Infrastructure. For more information, see TaskHost.
Public property DebugMode Infrastructure. For more information, see TaskHost.
Public property DelayValidation Infrastructure. For more information, see TaskHost.
Public property Description Infrastructure. For more information, see TaskHost.
Public property Disable Infrastructure. For more information, see TaskHost.
Public property DisableEventHandlers Infrastructure. For more information, see TaskHost.
Public property EventHandlers Infrastructure. For more information, see TaskHost.
Public property EventInfos Infrastructure. For more information, see TaskHost.
Public property ExecutionDuration Infrastructure. For more information, see TaskHost.
Public property ExecutionResult Infrastructure. For more information, see TaskHost.
Public property ExecutionStatus Infrastructure. For more information, see TaskHost.
Public property ExecutionValue Infrastructure. For more information, see TaskHost.
Public property ExecValueVariable Infrastructure. For more information, see TaskHost.
Public property FailPackageOnFailure Infrastructure. For more information, see TaskHost.
Public property FailParentOnFailure Infrastructure. For more information, see TaskHost.
Public property ForcedExecutionValue Infrastructure. For more information, see TaskHost.
Public property ForceExecutionResult Infrastructure. For more information, see TaskHost.
Public property ForceExecutionValue Infrastructure. For more information, see TaskHost.
Public property HostType Infrastructure. For more information, see TaskHost.
Public property ID Infrastructure. For more information, see TaskHost.
Public property IDTSContainer100_DelayValidation Infrastructure.
Public property IDTSSuspend100_SuspendRequired Infrastructure.
Public property InnerObject Infrastructure. For more information, see TaskHost.
Public property IsDefaultLocaleID Infrastructure. For more information, see TaskHost.
Public property IsolationLevel Infrastructure. For more information, see TaskHost.
Public property LocaleID Infrastructure. For more information, see TaskHost.
Public property LogEntryInfos Infrastructure. For more information, see TaskHost.
Public property LoggingMode Infrastructure. For more information, see TaskHost.
Public property LoggingOptions Infrastructure. For more information, see TaskHost.
Public property MaximumErrorCount Infrastructure. For more information, see TaskHost.
Public property Name Infrastructure. For more information, see TaskHost.
Public property Parent Infrastructure. For more information, see TaskHost.
Public property Properties Infrastructure. For more information, see TaskHost.
Public property StartTime Infrastructure. For more information, see TaskHost.
Public property StopTime Infrastructure. For more information, see TaskHost.
Public property SuspendRequired Infrastructure. For more information, see TaskHost.
Public property TransactionOption Infrastructure. For more information, see TaskHost.
Public property VariableDispenser Infrastructure. For more information, see TaskHost.
Public property Variables Infrastructure. For more information, see TaskHost.

Top

Methods

  Name Description
Public method AcceptBreakpointManager Infrastructure.
Public method Equals (Inherited from Object.)
Public method Execute Infrastructure.
Protected method Finalize (Inherited from Object.)
Public method GetExpression Infrastructure. For more information, see TaskHost.
Public method GetHashCode (Inherited from Object.)
Public method GetParentID Infrastructure.
Public method GetType (Inherited from Object.)
Public method IDTSSuspend100_ResumeExecution Infrastructure.
Public method IDTSSuspend100_SuspendExecution Infrastructure.
Public method LoadFromXML Infrastructure.
Protected method MemberwiseClone (Inherited from Object.)
Public method RegenerateID Infrastructure. For more information, see TaskHost.
Public method ResumeExecution Infrastructure. For more information, see TaskHost.
Public method SaveToXML Infrastructure.
Public method SetExpression Infrastructure. For more information, see TaskHost.
Public method SuspendExecution Infrastructure. For more information, see TaskHost.
Public method ToString (Inherited from Object.)
Public method Validate Infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.