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 | |
---|---|---|
Connection | Infraestrutura. Gets or sets the name of the connection used by the execute package task. | |
ExecuteOutOfProcess | Infraestrutura. Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask. | |
PackageID | Infraestrutura. Gets or sets the identifier of the child package. | |
PackageName | Infraestrutura. Gets or sets the name of the child package. | |
PackagePassword | Infraestrutura. Sets the password of the child package. | |
ParameterAssignments | Infraestrutura. Gets the parameter assignments of the package. | |
UseProjectReference | Infraestrutura. Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference. | |
VersionID | Infraestrutura. Gets or sets the version identifier of the child package. |
Início