Compartir a través de


Interfaz IDTSExecutePackage100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Defines the properties for the execute package task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado:  Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")> _
Public Interface IDTSExecutePackage100
'Uso
Dim instance As IDTSExecutePackage100
[GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface IDTSExecutePackage100
[GuidAttribute(L"F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")]
public interface class IDTSExecutePackage100
[<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")>]
type IDTSExecutePackage100 =  interface end
public interface IDTSExecutePackage100

El tipo IDTSExecutePackage100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Connection Infraestructura. Gets or sets the name of the connection used by the execute package task.
Propiedad pública ExecuteOutOfProcess Infraestructura. Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask.
Propiedad pública PackageID Infraestructura. Gets or sets the identifier of the child package.
Propiedad pública PackageName Infraestructura. Gets or sets the name of the child package.
Propiedad pública PackagePassword Infraestructura. Sets the password of the child package.
Propiedad pública ParameterAssignments Infraestructura. Gets the parameter assignments of the package.
Propiedad pública UseProjectReference Infraestructura. Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference.
Propiedad pública VersionID Infraestructura. Gets or sets the version identifier of the child package.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask