Share via


IDTSExecutePackage100 Interface

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

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

Syntax

'Declaration
<GuidAttribute("359360E2-1CF8-451E-B1A6-D01A52704154")> _
Public Interface IDTSExecutePackage100
'Usage
Dim instance As IDTSExecutePackage100
[GuidAttribute("359360E2-1CF8-451E-B1A6-D01A52704154")]
public interface IDTSExecutePackage100
[GuidAttribute(L"359360E2-1CF8-451E-B1A6-D01A52704154")]
public interface class IDTSExecutePackage100
[<GuidAttribute("359360E2-1CF8-451E-B1A6-D01A52704154")>]
type IDTSExecutePackage100 =  interface end
public interface IDTSExecutePackage100

The IDTSExecutePackage100 type exposes the following members.

Properties

  Name Description
Public property Connection Infrastructure.
Public property ExecuteOutOfProcess Infrastructure.
Public property PackageID Infrastructure.
Public property PackageName Infrastructure.
Public property PackagePassword Infrastructure.
Public property VersionID Infrastructure.

Top