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.
Properties
Name | Description | |
---|---|---|
ApartmentThreaded | Infrastructure. For more information, see TaskHost. | |
CreationName | Infrastructure. For more information, see TaskHost. | |
DebugMode | Infrastructure. For more information, see TaskHost. | |
DelayValidation | Infrastructure. For more information, see TaskHost. | |
Description | Infrastructure. For more information, see TaskHost. | |
Disable | Infrastructure. For more information, see TaskHost. | |
DisableEventHandlers | Infrastructure. For more information, see TaskHost. | |
EventHandlers | Infrastructure. For more information, see TaskHost. | |
EventInfos | Infrastructure. For more information, see TaskHost. | |
ExecutionDuration | Infrastructure. For more information, see TaskHost. | |
ExecutionResult | Infrastructure. For more information, see TaskHost. | |
ExecutionStatus | Infrastructure. For more information, see TaskHost. | |
ExecutionValue | Infrastructure. For more information, see TaskHost. | |
ExecValueVariable | Infrastructure. For more information, see TaskHost. | |
FailPackageOnFailure | Infrastructure. For more information, see TaskHost. | |
FailParentOnFailure | Infrastructure. For more information, see TaskHost. | |
ForcedExecutionValue | Infrastructure. For more information, see TaskHost. | |
ForceExecutionResult | Infrastructure. For more information, see TaskHost. | |
ForceExecutionValue | Infrastructure. For more information, see TaskHost. | |
HostType | Infrastructure. For more information, see TaskHost. | |
ID | Infrastructure. For more information, see TaskHost. | |
IDTSContainer100_DelayValidation | Infrastructure. | |
IDTSSuspend100_SuspendRequired | Infrastructure. | |
InnerObject | Infrastructure. For more information, see TaskHost. | |
IsDefaultLocaleID | Infrastructure. For more information, see TaskHost. | |
IsolationLevel | Infrastructure. For more information, see TaskHost. | |
LocaleID | Infrastructure. For more information, see TaskHost. | |
LogEntryInfos | Infrastructure. For more information, see TaskHost. | |
LoggingMode | Infrastructure. For more information, see TaskHost. | |
LoggingOptions | Infrastructure. For more information, see TaskHost. | |
MaximumErrorCount | Infrastructure. For more information, see TaskHost. | |
Name | Infrastructure. For more information, see TaskHost. | |
Parent | Infrastructure. For more information, see TaskHost. | |
Properties | Infrastructure. For more information, see TaskHost. | |
StartTime | Infrastructure. For more information, see TaskHost. | |
StopTime | Infrastructure. For more information, see TaskHost. | |
SuspendRequired | Infrastructure. For more information, see TaskHost. | |
TransactionOption | Infrastructure. For more information, see TaskHost. | |
VariableDispenser | Infrastructure. For more information, see TaskHost. | |
Variables | Infrastructure. For more information, see TaskHost. |
Top
Methods
Name | Description | |
---|---|---|
AcceptBreakpointManager | Infrastructure. | |
Equals | (Inherited from Object.) | |
Execute | Infrastructure. | |
Finalize | (Inherited from Object.) | |
GetExpression | Infrastructure. For more information, see TaskHost. | |
GetHashCode | (Inherited from Object.) | |
GetParentID | Infrastructure. | |
GetType | (Inherited from Object.) | |
IDTSSuspend100_ResumeExecution | Infrastructure. | |
IDTSSuspend100_SuspendExecution | Infrastructure. | |
LoadFromXML | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
RegenerateID | Infrastructure. For more information, see TaskHost. | |
ResumeExecution | Infrastructure. For more information, see TaskHost. | |
SaveToXML | Infrastructure. | |
SetExpression | Infrastructure. For more information, see TaskHost. | |
SuspendExecution | Infrastructure. For more information, see TaskHost. | |
ToString | (Inherited from Object.) | |
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.