Partager via


Interface ExecutePackageTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Extends the enterprise capabilities of Integration Services by letting packages run other packages as part of a workflow.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly :  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")> _
Public Interface ExecutePackageTask _
    Inherits IDTSExecutePackage100
'Utilisation
Dim instance As ExecutePackageTask
[GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface ExecutePackageTask : IDTSExecutePackage100
[GuidAttribute(L"F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface class ExecutePackageTask : IDTSExecutePackage100
[<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")>]
type ExecutePackageTask =  
    interface 
        interface IDTSExecutePackage100 
    end
public interface ExecutePackageTask extends IDTSExecutePackage100

Le type ExecutePackageTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Connection Infrastructure. Gets or sets the name of the connection used by the execute package task. (hérité de IDTSExecutePackage100.)
Propriété publique ExecuteOutOfProcess Infrastructure. Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask. (hérité de IDTSExecutePackage100.)
Propriété publique PackageID Infrastructure. Gets or sets the identifier of the child package. (hérité de IDTSExecutePackage100.)
Propriété publique PackageName Infrastructure. Gets or sets the name of the child package. (hérité de IDTSExecutePackage100.)
Propriété publique PackagePassword Infrastructure. Sets the password of the child package. (hérité de IDTSExecutePackage100.)
Propriété publique ParameterAssignments Infrastructure. Gets the parameter assignments of the package. (hérité de IDTSExecutePackage100.)
Propriété publique UseProjectReference Infrastructure. Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference. (hérité de IDTSExecutePackage100.)
Propriété publique VersionID Infrastructure. Gets or sets the version identifier of the child package. (hérité de IDTSExecutePackage100.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask