Package Interface

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

For more information, see PackageClass.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")> _
Public Interface Package _
    Inherits IDTSPackage100
'Usage
Dim instance As Package
[GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
public interface Package : IDTSPackage100
[GuidAttribute(L"AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")]
public interface class Package : IDTSPackage100
[<GuidAttribute("AAF6C346-C0A8-43EC-8A6D-DFC2526EC139")>]
type Package =  
    interface
        interface IDTSPackage100
    end
public interface Package extends IDTSPackage100

The Package type exposes the following members.

Properties

  Name Description
Public property CertificateContext Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property CertificateObject Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property CheckpointFileName Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property CheckpointUsage Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property CheckSignatureOnLoad Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property Configurations Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property Connections Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property CreationDate Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property CreatorComputerName Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property CreatorName Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property DesignEvents Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property EnableConfigurations Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property EncryptCheckpoints Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property Errors Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property ExtendedProperties Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property InteractiveMode Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property LastModifiedProductVersion Infrastructure. (Inherited from IDTSPackage100.)
Public property LogProviders Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property MaxConcurrentExecutables Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property OfflineMode Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property PackageFormatVersion Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property PackagePassword Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property PackagePriorityClass Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property PackageType Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property PackageUpgradeOptions (Inherited from IDTSPackage100.)
Public property ProtectionLevel Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property SaveCheckpoints Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property SQLFolder Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property SuppressConfigurationWarnings Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property UpdateObjects Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property UpdatePackage Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property VersionBuild Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property VersionComments Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property VersionGUID Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property VersionMajor Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property VersionMinor Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public property Warnings Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)

Top

Methods

  Name Description
Public method CheckSignature Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method Execute() Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method ExportConfigurationFile Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method FindReferencedObjects Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method GetBreakpointTargets Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method GetObjectFromPackagePath Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method ImportConfigurationFile Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method LoadUserCertificateByHash Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method LoadUserCertificateByName Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method PermitUnencryptedSave Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method ProcessConfiguration Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)
Public method Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces. (Inherited from IDTSPackage100.)

Top