Partager via


Interface IDTSPackage100

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

Represents an interface 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("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")> _
Public Interface IDTSPackage100 _
    Inherits IDTSExecutable100
'Utilisation
Dim instance As IDTSPackage100
[GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface IDTSPackage100 : IDTSExecutable100
[GuidAttribute(L"BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface class IDTSPackage100 : IDTSExecutable100
[<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")>]
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. Gets or sets the certificate context.
Propriété publique CertificateObject Infrastructure. Gets or sets the certificate package for the package.
Propriété publique CheckpointFileName Infrastructure. Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart.
Propriété publique CheckpointUsage Infrastructure. Gets or sets a value that specifies if or when a package is restarted.
Propriété publique CheckSignatureOnLoad Infrastructure. Gets or sets a value that indicates whether the digital signature is checked when a package is loaded from XML.
Propriété publique Configurations Infrastructure. Gets the collection of configurations for the package.
Propriété publique Connections Infrastructure. Gets the collection of connection managers for the package.
Propriété publique CreationDate Infrastructure. Gets or sets the date and time that the package was created.
Propriété publique CreatorComputerName Infrastructure. Gets or sets the name of the computer on which the package was created.
Propriété publique CreatorName Infrastructure. Gets or sets the name of the individual who created the package.
Propriété publique DesignEvents Infrastructure. Gets or sets the IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time.
Propriété publique DesignTimeProperties Infrastructure. Gets or sets the design time properties of a package.
Propriété publique EnableConfigurations Infrastructure. Gets or sets a value that indicates whether the package loads configurations.
Propriété publique EncryptCheckpoints Infrastructure. Gets or sets a value that indicates whether checkpoint files are encrypted.
Propriété publique Errors Infrastructure. Gets the collection of errors associated with the package.
Propriété publique ExtendedProperties Infrastructure. Gets the IDTSExtendedProperties100 collection for the package.
Propriété publique InteractiveMode Infrastructure. Gets or sets a value that indicates whether tasks should show user interface objects while executing.
Propriété publique LastModifiedProductVersion Infrastructure. Gets the version of the package that is last modified.
Propriété publique LogProviders Infrastructure. Returns the collection of log providers associated with the package.
Propriété publique MaxConcurrentExecutables Infrastructure. Gets or sets the number of threads that a package can create.
Propriété publique OfflineMode Infrastructure. Gets or sets a value that indicates whether the package is working in offline mode.
Propriété publique PackageFormatVersion Infrastructure. Gets the format version of the package.
Propriété publique PackageLocation Infrastructure. Gets or sets a string that contains the location of the package.
Propriété publique PackagePassword Infrastructure. Sets the password for the package.
Propriété publique PackagePriorityClass Infrastructure. Gets or sets the priority class of the package.
Propriété publique PackageType Infrastructure. Gets or sets the package type.
Propriété publique PackageUpgradeOptions Infrastructure. Gets or sets the package upgrade options.
Propriété publique ProtectionLevel Infrastructure. Gets or sets the level of protection on the package.
Propriété publique SafeRecursiveProjectPackageExecution Infrastructure. Gets or sets a value that indicates whether the package execution is a safe recursive project.
Propriété publique SaveCheckpoints Infrastructure. Gets or sets a value that indicates whether the package will use checkpoints during package execution.
Propriété publique SQLFolder Infrastructure. Gets or sets the package folder name.
Propriété publique SuppressConfigurationWarnings Infrastructure. Gets or sets a value that indicates whether the warnings generated by configurations are suppressed.
Propriété publique UpdateObjects Infrastructure. Gets or sets a value that indicates whether extensible objects can be updated at package load time if an updated version if found.
Propriété publique UpdatePackage Infrastructure. Gets or sets a value that indicates whether packages can be updated when an updated version is found.
Propriété publique VersionBuild Infrastructure. Gets or sets the build version of the package.
Propriété publique VersionComments Infrastructure. Gets or sets the comments associated with the package.
Propriété publique VersionGUID Infrastructure. Gets a unique GUID generated when the package is first created.
Propriété publique VersionMajor Infrastructure. Gets or sets the major build version of the package.
Propriété publique VersionMinor Infrastructure. Gets or sets the minor build version of the package.
Propriété publique Warnings Infrastructure. Gets a collection of warnings set on the package.

Haut de la page

Méthodes

  Nom Description
Méthode publique CheckSignature Infrastructure. Checks the status of the digital signature of the package.
Méthode publique Execute() Infrastructure. Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution.
Méthode publique Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) Infrastructure. Runs the application, container, or package as part of a package workflow.
Méthode publique ExportConfigurationFile Infrastructure. Creates an XML file that contains all deployable variables in the package.
Méthode publique FindReferencedObjects Infrastructure. Returns a reference object enumeration.
Méthode publique GetBreakpointTargets Infrastructure. Returns IDTSBreakpointTargets100 collection.
Méthode publique GetObjectFromPackagePath Infrastructure. Returns a package property and the object from the specified package path.
Méthode publique GetPreExecutionPackageXML Infrastructure. Gets a pre-execution package XML.
Méthode publique ImportConfigurationFile Infrastructure. Loads a configuration file associated with the package.
Méthode publique LoadUserCertificateByHash Infrastructure. Loads the certificate for the package according to the certificate hash.
Méthode publique LoadUserCertificateByName Infrastructure. Loads the certificate for the package according to the certificate name.
Méthode publique PermitUnencryptedSave Infrastructure. Specifies the unencrypted permit.
Méthode publique ProcessConfiguration Infrastructure. Sets configuration information for a package and its objects.
Méthode publique Validate Infrastructure. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper