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 | |
---|---|---|
![]() |
DTS2000Package | Infrastructure. |
![]() |
Filename | Infrastructure. |
![]() |
InnerGlobalVariables | Infrastructure. |
![]() |
Location | Infrastructure. |
![]() |
OuterGlobalVariables | Infrastructure. |
![]() |
PackageID | Infrastructure. |
![]() |
PackageName | Infrastructure. |
![]() |
PackagePassword | Infrastructure. |
![]() |
PackageVersionGUID | Infrastructure. |
![]() |
SQLPassword | Infrastructure. |
![]() |
SQLServer | Infrastructure. |
![]() |
SQLUsername | Infrastructure. |
![]() |
WindowsAuthentication | Infrastructure. |
Top