Package Interface

Definition

For more information, see PackageClass.

public interface class Package : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPackage100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass))]
[System.Runtime.InteropServices.Guid("BD67FB9C-D1BB-464D-877F-A969247C430D")]
public interface Package : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass))]
[System.Runtime.InteropServices.Guid("4ED7D2FB-846B-4760-BEBA-00A2D30B0F73")]
public interface Package : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass))]
[System.Runtime.InteropServices.Guid("2630F059-A7B0-42D0-A05B-9AC4F5FC4957")]
public interface Package : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackage100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass))>]
[<System.Runtime.InteropServices.Guid("BD67FB9C-D1BB-464D-877F-A969247C430D")>]
type Package = interface
    interface IDTSPackage100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass))>]
[<System.Runtime.InteropServices.Guid("4ED7D2FB-846B-4760-BEBA-00A2D30B0F73")>]
type Package = interface
    interface IDTSPackage100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageClass))>]
[<System.Runtime.InteropServices.Guid("2630F059-A7B0-42D0-A05B-9AC4F5FC4957")>]
type Package = interface
    interface IDTSPackage100
Public Interface Package
Implements IDTSPackage100
Derived
Attributes
Implements

Properties

CertificateContext

Gets or sets the certificate context.

(Inherited from IDTSPackage100)
CertificateObject

Gets or sets the certificate package for the package.

(Inherited from IDTSPackage100)
CheckpointFileName

Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart.

(Inherited from IDTSPackage100)
CheckpointUsage

Gets or sets a value that specifies if or when a package is restarted.

(Inherited from IDTSPackage100)
CheckSignatureOnLoad

Gets or sets a value that indicates whether the digital signature is checked when a package is loaded from XML.

(Inherited from IDTSPackage100)
Configurations

Gets the collection of configurations for the package.

(Inherited from IDTSPackage100)
Connections

Gets the collection of connection managers for the package.

(Inherited from IDTSPackage100)
CreationDate

Gets or sets the date and time that the package was created.

(Inherited from IDTSPackage100)
CreatorComputerName

Gets or sets the name of the computer on which the package was created.

(Inherited from IDTSPackage100)
CreatorName

Gets or sets the name of the individual who created the package.

(Inherited from IDTSPackage100)
DesignEvents

Gets or sets the IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time.

(Inherited from IDTSPackage100)
DesignTimeProperties

Gets or sets the design time properties of a package.

(Inherited from IDTSPackage100)
EnableConfigurations

Gets or sets a value that indicates whether the package loads configurations.

(Inherited from IDTSPackage100)
EncryptCheckpoints

Gets or sets a value that indicates whether checkpoint files are encrypted.

(Inherited from IDTSPackage100)
Errors

Gets the collection of errors associated with the package.

(Inherited from IDTSPackage100)
ExtendedProperties

Gets the IDTSExtendedProperties100 collection for the package.

(Inherited from IDTSPackage100)
InteractiveMode

Gets or sets a value that indicates whether tasks should show user interface objects while executing.

(Inherited from IDTSPackage100)
LastModifiedProductVersion

Gets the version of the package that is last modified.

(Inherited from IDTSPackage100)
LogProviders

Returns the collection of log providers associated with the package.

(Inherited from IDTSPackage100)
MaxConcurrentExecutables

Gets or sets the number of threads that a package can create.

(Inherited from IDTSPackage100)
OfflineMode

Gets or sets a value that indicates whether the package is working in offline mode.

(Inherited from IDTSPackage100)
PackageFormatVersion

Gets the format version of the package.

(Inherited from IDTSPackage100)
PackageLocation

Gets or sets a string that contains the location of the package.

(Inherited from IDTSPackage100)
PackagePassword

Sets the password for the package.

(Inherited from IDTSPackage100)
PackagePriorityClass

Gets or sets the priority class of the package.

(Inherited from IDTSPackage100)
PackageType

Gets or sets the package type.

(Inherited from IDTSPackage100)
PackageUpgradeOptions

Gets or sets the package upgrade options.

(Inherited from IDTSPackage100)
ProtectionLevel

Gets or sets the level of protection on the package.

(Inherited from IDTSPackage100)
SafeRecursiveProjectPackageExecution

Gets or sets a value that indicates whether the package execution is a safe recursive project.

(Inherited from IDTSPackage100)
SaveCheckpoints

Gets or sets a value that indicates whether the package will use checkpoints during package execution.

(Inherited from IDTSPackage100)
SQLFolder

Gets or sets the package folder name.

(Inherited from IDTSPackage100)
SuppressConfigurationWarnings

Gets or sets a value that indicates whether the warnings generated by configurations are suppressed.

(Inherited from IDTSPackage100)
UpdateObjects

Gets or sets a value that indicates whether extensible objects can be updated at package load time if an updated version if found.

(Inherited from IDTSPackage100)
UpdatePackage

Gets or sets a value that indicates whether packages can be updated when an updated version is found.

(Inherited from IDTSPackage100)
VersionBuild

Gets or sets the build version of the package.

(Inherited from IDTSPackage100)
VersionComments

Gets or sets the comments associated with the package.

(Inherited from IDTSPackage100)
VersionGUID

Gets a unique GUID generated when the package is first created.

(Inherited from IDTSPackage100)
VersionMajor

Gets or sets the major build version of the package.

(Inherited from IDTSPackage100)
VersionMinor

Gets or sets the minor build version of the package.

(Inherited from IDTSPackage100)
Warnings

Gets a collection of warnings set on the package.

(Inherited from IDTSPackage100)

Methods

CheckSignature()

Checks the status of the digital signature of the package.

(Inherited from IDTSPackage100)
Execute()

Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution.

(Inherited from IDTSPackage100)
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object)

Runs the application, container, or package as part of a package workflow.

(Inherited from IDTSPackage100)
ExportConfigurationFile(String)

Creates an XML file that contains all deployable variables in the package.

(Inherited from IDTSPackage100)
FindReferencedObjects(Object)

Returns a reference object enumeration.

(Inherited from IDTSPackage100)
GetBreakpointTargets(IDTSBreakpointSite100, Boolean)

Returns IDTSBreakpointTargets100 collection.

(Inherited from IDTSPackage100)
GetObjectFromPackagePath(String, IDTSProperty100)

Returns a package property and the object from the specified package path.

(Inherited from IDTSPackage100)
GetPreExecutionPackageXML(Object)

Gets a pre-execution package XML.

(Inherited from IDTSPackage100)
ImportConfigurationFile(String)

Loads a configuration file associated with the package.

(Inherited from IDTSPackage100)
LoadUserCertificateByHash(Byte[])

Loads the certificate for the package according to the certificate hash.

(Inherited from IDTSPackage100)
LoadUserCertificateByName(String)

Loads the certificate for the package according to the certificate name.

(Inherited from IDTSPackage100)
PermitUnencryptedSave(Boolean)

Specifies the unencrypted permit.

(Inherited from IDTSPackage100)
ProcessConfiguration(String, Object)

Sets configuration information for a package and its objects.

(Inherited from IDTSPackage100)
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100)

Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

(Inherited from IDTSPackage100)

Applies to