Nota
O acceso a esta páxina require autorización. Pode tentar iniciar sesión ou modificar os directorios.
O acceso a esta páxina require autorización. Pode tentar modificar os directorios.
This interface supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
For more information, see TaskHostClass.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (in microsoft.sqlserver.dtsruntimewrap.dll)
Sintaxis
'Declaración
<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
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
TaskHost Members
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace