इसके माध्यम से साझा किया गया


TaskHost Interface

This interface supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.

For more information, see TaskHostClass.

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

Syntax

'Declaration
<CoClassAttribute(GetType(TaskHostClass))> _
<GuidAttribute("23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4")> _
Public Interface TaskHost
    Inherits IDTSObjectHost90
[CoClassAttribute(typeof(TaskHostClass))] 
[GuidAttribute("23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4")] 
public interface TaskHost : IDTSObjectHost90
[CoClassAttribute(typeof(TaskHostClass))] 
[GuidAttribute(L"23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4")] 
public interface class TaskHost : IDTSObjectHost90
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskHostClass) */ 
/** @attribute GuidAttribute("23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4") */ 
public interface TaskHost extends IDTSObjectHost90
CoClassAttribute(Microsoft.SqlServer.Dts.Runtime.Wrapper.TaskHostClass) 
GuidAttribute("23BB0025-DB78-4D3F-B8B9-2DD3150E0BC4") 
public interface TaskHost extends IDTSObjectHost90

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TaskHost Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace