Freigeben über


ExecutePackageTask-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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 (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntax

'Declaration
<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")> _
Public Interface ExecutePackageTask _
    Inherits IDTSExecutePackage100
'Usage
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

Der ExecutePackageTask-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Connection Infrastruktur Gets or sets the name of the connection used by the execute package task. (Geerbt von IDTSExecutePackage100.)
Öffentliche Eigenschaft ExecuteOutOfProcess Infrastruktur Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask. (Geerbt von IDTSExecutePackage100.)
Öffentliche Eigenschaft PackageID Infrastruktur Gets or sets the identifier of the child package. (Geerbt von IDTSExecutePackage100.)
Öffentliche Eigenschaft PackageName Infrastruktur Gets or sets the name of the child package. (Geerbt von IDTSExecutePackage100.)
Öffentliche Eigenschaft PackagePassword Infrastruktur Sets the password of the child package. (Geerbt von IDTSExecutePackage100.)
Öffentliche Eigenschaft ParameterAssignments Infrastruktur Gets the parameter assignments of the package. (Geerbt von IDTSExecutePackage100.)
Öffentliche Eigenschaft UseProjectReference Infrastruktur Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference. (Geerbt von IDTSExecutePackage100.)
Öffentliche Eigenschaft VersionID Infrastruktur Gets or sets the version identifier of the child package. (Geerbt von IDTSExecutePackage100.)

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask-Namespace