Condividi tramite


Classe ExecutePackageTaskClass

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("1911A4FE-2D38-4A18-8F20-10F605F4AA15")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class ExecutePackageTaskClass _
    Implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo
'Utilizzo
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

Nel tipo ExecutePackageTaskClass sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ExecutePackageTaskClass Initializes a new instance of the ExecutePackageTaskClass class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Connection Gets or sets the name of the connection used by the ExecutePackageTask.
Proprietà pubblica 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.
Proprietà pubblica PackageID Gets or sets the identifier of the child package to be executed by the ExecutePackageTask.
Proprietà pubblica PackageName Gets or sets the name of the child package to be executed by the ExecutePackageTask.
Proprietà pubblica PackagePassword Sets the password of the child package to be executed by the ExecutePackageTask.
Proprietà pubblica ParameterAssignments Gets the IDTS parameter assignments.
Proprietà pubblica UseProjectReference Gets or sets a value indicating whether the ExecutePackageTaskClass uses project reference.
Proprietà pubblica VersionID Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico InterfaceSupportsErrorInfo Infrastruttura. Specifies that an interface on the object supports the error information.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

For more information about the features of this task, see Attività Esegui pacchetto.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask