Partager via


Interface PackageRemote64

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 for a remote 64-bit package.

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 PackageRemote64 _
    Inherits IDTSPackage100
'Utilisation
Dim instance As PackageRemote64
[GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface PackageRemote64 : IDTSPackage100
[GuidAttribute(L"BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface class PackageRemote64 : IDTSPackage100
[<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")>]
type PackageRemote64 =  
    interface 
        interface IDTSPackage100 
    end
public interface PackageRemote64 extends IDTSPackage100

Le type PackageRemote64 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique CertificateContext Infrastructure. Gets or sets the certificate context. (hérité de IDTSPackage100.)
Propriété publique CertificateObject Infrastructure. Gets or sets the certificate package for the package. (hérité de IDTSPackage100.)
Propriété publique CheckpointFileName Infrastructure. Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart. (hérité de IDTSPackage100.)
Propriété publique CheckpointUsage Infrastructure. Gets or sets a value that specifies if or when a package is restarted. (hérité de IDTSPackage100.)
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. (hérité de IDTSPackage100.)
Propriété publique Configurations Infrastructure. Gets the collection of configurations for the package. (hérité de IDTSPackage100.)
Propriété publique Connections Infrastructure. Gets the collection of connection managers for the package. (hérité de IDTSPackage100.)
Propriété publique CreationDate Infrastructure. Gets or sets the date and time that the package was created. (hérité de IDTSPackage100.)
Propriété publique CreatorComputerName Infrastructure. Gets or sets the name of the computer on which the package was created. (hérité de IDTSPackage100.)
Propriété publique CreatorName Infrastructure. Gets or sets the name of the individual who created the package. (hérité de IDTSPackage100.)
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. (hérité de IDTSPackage100.)
Propriété publique DesignTimeProperties Infrastructure. Gets or sets the design time properties of a package. (hérité de IDTSPackage100.)
Propriété publique EnableConfigurations Infrastructure. Gets or sets a value that indicates whether the package loads configurations. (hérité de IDTSPackage100.)
Propriété publique EncryptCheckpoints Infrastructure. Gets or sets a value that indicates whether checkpoint files are encrypted. (hérité de IDTSPackage100.)
Propriété publique Errors Infrastructure. Gets the collection of errors associated with the package. (hérité de IDTSPackage100.)
Propriété publique ExtendedProperties Infrastructure. Gets the IDTSExtendedProperties100 collection for the package. (hérité de IDTSPackage100.)
Propriété publique InteractiveMode Infrastructure. Gets or sets a value that indicates whether tasks should show user interface objects while executing. (hérité de IDTSPackage100.)
Propriété publique LastModifiedProductVersion Infrastructure. Gets the version of the package that is last modified. (hérité de IDTSPackage100.)
Propriété publique LogProviders Infrastructure. Returns the collection of log providers associated with the package. (hérité de IDTSPackage100.)
Propriété publique MaxConcurrentExecutables Infrastructure. Gets or sets the number of threads that a package can create. (hérité de IDTSPackage100.)
Propriété publique OfflineMode Infrastructure. Gets or sets a value that indicates whether the package is working in offline mode. (hérité de IDTSPackage100.)
Propriété publique PackageFormatVersion Infrastructure. Gets the format version of the package. (hérité de IDTSPackage100.)
Propriété publique PackageLocation Infrastructure. Gets or sets a string that contains the location of the package. (hérité de IDTSPackage100.)
Propriété publique PackagePassword Infrastructure. Sets the password for the package. (hérité de IDTSPackage100.)
Propriété publique PackagePriorityClass Infrastructure. Gets or sets the priority class of the package. (hérité de IDTSPackage100.)
Propriété publique PackageType Infrastructure. Gets or sets the package type. (hérité de IDTSPackage100.)
Propriété publique PackageUpgradeOptions Infrastructure. Gets or sets the package upgrade options. (hérité de IDTSPackage100.)
Propriété publique ProtectionLevel Infrastructure. Gets or sets the level of protection on the package. (hérité de IDTSPackage100.)
Propriété publique SafeRecursiveProjectPackageExecution Infrastructure. Gets or sets a value that indicates whether the package execution is a safe recursive project. (hérité de IDTSPackage100.)
Propriété publique SaveCheckpoints Infrastructure. Gets or sets a value that indicates whether the package will use checkpoints during package execution. (hérité de IDTSPackage100.)
Propriété publique SQLFolder Infrastructure. Gets or sets the package folder name. (hérité de IDTSPackage100.)
Propriété publique SuppressConfigurationWarnings Infrastructure. Gets or sets a value that indicates whether the warnings generated by configurations are suppressed. (hérité de IDTSPackage100.)
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. (hérité de IDTSPackage100.)
Propriété publique UpdatePackage Infrastructure. Gets or sets a value that indicates whether packages can be updated when an updated version is found. (hérité de IDTSPackage100.)
Propriété publique VersionBuild Infrastructure. Gets or sets the build version of the package. (hérité de IDTSPackage100.)
Propriété publique VersionComments Infrastructure. Gets or sets the comments associated with the package. (hérité de IDTSPackage100.)
Propriété publique VersionGUID Infrastructure. Gets a unique GUID generated when the package is first created. (hérité de IDTSPackage100.)
Propriété publique VersionMajor Infrastructure. Gets or sets the major build version of the package. (hérité de IDTSPackage100.)
Propriété publique VersionMinor Infrastructure. Gets or sets the minor build version of the package. (hérité de IDTSPackage100.)
Propriété publique Warnings Infrastructure. Gets a collection of warnings set on the package. (hérité de IDTSPackage100.)

Haut de la page

Méthodes

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

Haut de la page

Voir aussi

Référence

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