Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This interface supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in microsoft.sqlserver.execpackagetaskwrap.dll)
Syntax
'Declaration
<GuidAttribute("CC60EFF2-A078-4990-9135-AD68DCCBA3C5")> _
<CoClassAttribute(GetType(ExecutePackageTaskClass))> _
Public Interface ExecutePackageTask
Inherits IDTSExecutePackage90
[GuidAttribute("CC60EFF2-A078-4990-9135-AD68DCCBA3C5")]
[CoClassAttribute(typeof(ExecutePackageTaskClass))]
public interface ExecutePackageTask : IDTSExecutePackage90
[GuidAttribute(L"CC60EFF2-A078-4990-9135-AD68DCCBA3C5")]
[CoClassAttribute(typeof(ExecutePackageTaskClass))]
public interface class ExecutePackageTask : IDTSExecutePackage90
/** @attribute GuidAttribute("CC60EFF2-A078-4990-9135-AD68DCCBA3C5") */
/** @attribute CoClassAttribute(Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ExecutePackageTaskClass) */
public interface ExecutePackageTask extends IDTSExecutePackage90
GuidAttribute("CC60EFF2-A078-4990-9135-AD68DCCBA3C5")
CoClassAttribute(Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ExecutePackageTaskClass)
public interface ExecutePackageTask extends IDTSExecutePackage90
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
ExecutePackageTask Members
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace