Partilhar via


Interface IDTSExecutePackage100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines the properties for the execute package task.

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

Sintaxe

'Declaração
<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

O tipo IDTSExecutePackage100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Connection Infraestrutura. Gets or sets the name of the connection used by the execute package task.
Propriedade pública ExecuteOutOfProcess Infraestrutura. Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask.
Propriedade pública PackageID Infraestrutura. Gets or sets the identifier of the child package.
Propriedade pública PackageName Infraestrutura. Gets or sets the name of the child package.
Propriedade pública PackagePassword Infraestrutura. Sets the password of the child package.
Propriedade pública ParameterAssignments Infraestrutura. Gets the parameter assignments of the package.
Propriedade pública UseProjectReference Infraestrutura. Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference.
Propriedade pública VersionID Infraestrutura. Gets or sets the version identifier of the child package.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask