Share via


IDTSExecutePackage100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Defines the properties for the execute package task.

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

Syntax

'Declaration
<GuidAttribute("F33091EB-3EC5-4E8B-8BFE-4D5C06C4ABB2")> _
Public Interface IDTSExecutePackage100
'Usage
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

The IDTSExecutePackage100 type exposes the following members.

Properties

  Name Description
Public property Connection Infrastructure. Gets or sets the name of the connection used by the execute package task.
Public property ExecuteOutOfProcess Infrastructure. Gets or sets a value that indicates whether the child package should run in a separate process from the ExecutePackageTask.
Public property PackageID Infrastructure. Gets or sets the identifier of the child package.
Public property PackageName Infrastructure. Gets or sets the name of the child package.
Public property PackagePassword Infrastructure. Sets the password of the child package.
Public property ParameterAssignments Infrastructure. Gets the parameter assignments of the package.
Public property UseProjectReference Infrastructure. Gets or sets a value that indicates whether the IDTSExecutePackage100 uses project reference.
Public property VersionID Infrastructure. Gets or sets the version identifier of the child package.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace