Partager via


Interface IDTSPackage100

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

This interface is implemented by the Package and PackageNeutral interfaces.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

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

Le type IDTSPackage100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CertificateContext Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique CertificateObject Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique CheckpointFileName Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique CheckpointUsage Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique CheckSignatureOnLoad Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique Configurations Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique Connections Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique CreationDate Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique CreatorComputerName Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique CreatorName Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique DesignEvents Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique EnableConfigurations Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique EncryptCheckpoints Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique Errors Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique ExtendedProperties Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique InteractiveMode Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique LastModifiedProductVersion Infrastructure.
Propriété publique LogProviders Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique MaxConcurrentExecutables Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique OfflineMode Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique PackageFormatVersion Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique PackagePassword Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique PackagePriorityClass Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique PackageType Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique PackageUpgradeOptions
Propriété publique ProtectionLevel Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique SaveCheckpoints Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique SQLFolder Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique SuppressConfigurationWarnings Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique UpdateObjects Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique UpdatePackage Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique VersionBuild Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique VersionComments Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique VersionGUID Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique VersionMajor Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique VersionMinor Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Propriété publique Warnings Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.

Haut de la page

Méthodes

  Nom Description
Méthode publique CheckSignature Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique Execute() () () () Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) Infrastructure. For more information, see Executable. (hérité de IDTSExecutable100.)
Méthode publique Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique ExportConfigurationFile Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique FindReferencedObjects Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique GetBreakpointTargets Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique GetObjectFromPackagePath Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique ImportConfigurationFile Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique LoadUserCertificateByHash Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique LoadUserCertificateByName Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique PermitUnencryptedSave Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique ProcessConfiguration Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.
Méthode publique Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) Infrastructure. For more information, see Executable. (hérité de IDTSExecutable100.)
Méthode publique Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) Infrastructure. This interface is implemented by the Package and PackageNeutral interfaces.

Haut de la page