Partilhar via


Interface ExecutePackageTask

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (em Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")> _
Public Interface ExecutePackageTask _
    Inherits IDTSExecutePackage100
'Uso
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

O tipo ExecutePackageTask expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Connection Infraestrutura. Gets or sets the name of the connection used by the execute package task. (Herdado de IDTSExecutePackage100.)
Propriedade pública ExecuteOutOfProcess Infraestrutura. Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask. (Herdado de IDTSExecutePackage100.)
Propriedade pública PackageID Infraestrutura. Gets or sets the identifier of the child package. (Herdado de IDTSExecutePackage100.)
Propriedade pública PackageName Infraestrutura. Gets or sets the name of the child package. (Herdado de IDTSExecutePackage100.)
Propriedade pública PackagePassword Infraestrutura. Sets the password of the child package. (Herdado de IDTSExecutePackage100.)
Propriedade pública ParameterAssignments Infraestrutura. Gets the parameter assignments of the package. (Herdado de IDTSExecutePackage100.)
Propriedade pública UseProjectReference Infraestrutura. Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference. (Herdado de IDTSExecutePackage100.)
Propriedade pública VersionID Infraestrutura. Gets or sets the version identifier of the child package. (Herdado de IDTSExecutePackage100.)

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask