Clase ExecutePackageTaskClass
Contains the members used to configure and run an Execute Package task, which runs other Integration Services packages.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask..::..ExecutePackageTaskClass
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado: Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintaxis
'Declaración
<ClassInterfaceAttribute()> _
<GuidAttribute("D952C6E4-FC5B-41F9-B16C-C168F8AC5F5B")> _
Public Class ExecutePackageTaskClass _
Implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo
'Uso
Dim instance As ExecutePackageTaskClass
[ClassInterfaceAttribute()]
[GuidAttribute("D952C6E4-FC5B-41F9-B16C-C168F8AC5F5B")]
public class ExecutePackageTaskClass : ExecutePackageTask,
IDTSExecutePackage100, ISupportErrorInfo
[ClassInterfaceAttribute()]
[GuidAttribute(L"D952C6E4-FC5B-41F9-B16C-C168F8AC5F5B")]
public ref class ExecutePackageTaskClass : ExecutePackageTask,
IDTSExecutePackage100, ISupportErrorInfo
[<ClassInterfaceAttribute()>]
[<GuidAttribute("D952C6E4-FC5B-41F9-B16C-C168F8AC5F5B")>]
type ExecutePackageTaskClass =
class
interface ExecutePackageTask
interface IDTSExecutePackage100
interface ISupportErrorInfo
end
public class ExecutePackageTaskClass implements ExecutePackageTask, IDTSExecutePackage100, ISupportErrorInfo
El tipo ExecutePackageTaskClass expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
ExecutePackageTaskClass | Initializes a new instance of the ExecutePackageTask class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Connection | Gets or sets the name of the connection used by the ExecutePackageTask. | |
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. | |
PackageID | Gets or sets the identifier of the child package to be executed by the ExecutePackageTask. | |
PackageName | Gets or sets the name of the child package to be executed by the ExecutePackageTask. | |
PackagePassword | Sets the password of the child package to be executed by the ExecutePackageTask. | |
VersionID | Gets or sets the version identifier of the child package to be executed by the ExecutePackageTask. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
InterfaceSupportsErrorInfo | Infraestructura. | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.