Interfaccia ExecutePackageTask
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Extends the enterprise capabilities of Integration Services by letting packages run other packages as part of a workflow.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")> _
Public Interface ExecutePackageTask _
Inherits IDTSExecutePackage100
'Utilizzo
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
Nel tipo ExecutePackageTask sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Connection | Infrastruttura. Gets or sets the name of the connection used by the execute package task. Ereditato da IDTSExecutePackage100. |
![]() |
ExecuteOutOfProcess | Infrastruttura. Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask. Ereditato da IDTSExecutePackage100. |
![]() |
PackageID | Infrastruttura. Gets or sets the identifier of the child package. Ereditato da IDTSExecutePackage100. |
![]() |
PackageName | Infrastruttura. Gets or sets the name of the child package. Ereditato da IDTSExecutePackage100. |
![]() |
PackagePassword | Infrastruttura. Sets the password of the child package. Ereditato da IDTSExecutePackage100. |
![]() |
ParameterAssignments | Infrastruttura. Gets the parameter assignments of the package. Ereditato da IDTSExecutePackage100. |
![]() |
UseProjectReference | Infrastruttura. Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference. Ereditato da IDTSExecutePackage100. |
![]() |
VersionID | Infrastruttura. Gets or sets the version identifier of the child package. Ereditato da IDTSExecutePackage100. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask