Freigeben über


ExecutePackageTaskClass-Klasse

Contains the members used to configure and run an Execute Package task, which runs other Integration Services packages.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ExecutePackageTaskClass

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

Syntax

'Declaration
<GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ExecutePackageTaskClass _
    Implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo
'Usage
Dim instance As ExecutePackageTaskClass
[GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class ExecutePackageTaskClass : ExecutePackageTask, 
    IDTSExecutePackage100, ISupportErrorInfo
[GuidAttribute(L"1911A4FE-2D38-4A18-8F20-10F605F4AA15")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class ExecutePackageTaskClass : ExecutePackageTask, 
    IDTSExecutePackage100, ISupportErrorInfo
[<GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type ExecutePackageTaskClass =  
    class 
        interface ExecutePackageTask 
        interface IDTSExecutePackage100 
        interface ISupportErrorInfo 
    end
public class ExecutePackageTaskClass implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo

Der ExecutePackageTaskClass-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ExecutePackageTaskClass Initializes a new instance of the ExecutePackageTaskClass class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Connection Gets or sets the name of the connection used by the ExecutePackageTask.
Öffentliche Eigenschaft ExecuteOutOfProcess Gets or sets a value indicating whether the child package to be executed by the ExecutePackageTask should be executed in the same process as the ExecutePackageTask.
Öffentliche Eigenschaft PackageID Gets or sets the identifier of the child package to be executed by the ExecutePackageTask.
Öffentliche Eigenschaft PackageName Gets or sets the name of the child package to be executed by the ExecutePackageTask.
Öffentliche Eigenschaft PackagePassword Sets the password of the child package to be executed by the ExecutePackageTask.
Öffentliche Eigenschaft ParameterAssignments Gets the IDTS parameter assignments.
Öffentliche Eigenschaft UseProjectReference Gets or sets a value indicating whether the ExecutePackageTaskClass uses project reference.
Öffentliche Eigenschaft VersionID Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InterfaceSupportsErrorInfo Infrastruktur Specifies that an interface on the object supports the error information.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

For more information about the features of this task, see Paket ausführen (Task).

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask-Namespace