IDTSExec80PackageTask Interface

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

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

Syntax

'Declaration
Public Interface IDTSExec80PackageTask
'Usage
Dim instance As IDTSExec80PackageTask
public interface IDTSExec80PackageTask
public interface class IDTSExec80PackageTask
type IDTSExec80PackageTask =  interface end
public interface IDTSExec80PackageTask

The IDTSExec80PackageTask type exposes the following members.

Properties

  Name Description
Public property DTS2000Package Infrastructure.
Public property Filename Infrastructure.
Public property InnerGlobalVariables Infrastructure.
Public property Location Infrastructure.
Public property OuterGlobalVariables Infrastructure.
Public property PackageID Infrastructure.
Public property PackageName Infrastructure.
Public property PackagePassword Infrastructure.
Public property PackageVersionGUID Infrastructure.
Public property SQLPassword Infrastructure.
Public property SQLServer Infrastructure.
Public property SQLUsername Infrastructure.
Public property WindowsAuthentication Infrastructure.

Top