PackageRemote64 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents an interface for a remote 64-bit package.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | CertificateContext | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the certificate context. (Inherited from IDTSPackage100.) |
![]() | CertificateObject | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the certificate package for the package. (Inherited from IDTSPackage100.) |
![]() | CheckpointFileName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart. (Inherited from IDTSPackage100.) |
![]() | CheckpointUsage | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that specifies if or when a package is restarted. (Inherited from IDTSPackage100.) |
![]() | CheckSignatureOnLoad | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the digital signature is checked when a package is loaded from XML. (Inherited from IDTSPackage100.) |
![]() | Configurations | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the collection of configurations for the package. (Inherited from IDTSPackage100.) |
![]() | Connections | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the collection of connection managers for the package. (Inherited from IDTSPackage100.) |
![]() | CreationDate | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the date and time that the package was created. (Inherited from IDTSPackage100.) |
![]() | CreatorComputerName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the computer on which the package was created. (Inherited from IDTSPackage100.) |
![]() | CreatorName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the individual who created the package. (Inherited from IDTSPackage100.) |
![]() | DesignEvents | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the design time properties of a package. (Inherited from IDTSPackage100.) |
![]() | EnableConfigurations | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the package loads configurations. (Inherited from IDTSPackage100.) |
![]() | EncryptCheckpoints | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether checkpoint files are encrypted. (Inherited from IDTSPackage100.) |
![]() | Errors | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the collection of errors associated with the package. (Inherited from IDTSPackage100.) |
![]() | ExtendedProperties | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the IDTSExtendedProperties100 collection for the package. (Inherited from IDTSPackage100.) |
![]() | InteractiveMode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether tasks should show user interface objects while executing. (Inherited from IDTSPackage100.) |
![]() | LastModifiedProductVersion | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the version of the package that is last modified. (Inherited from IDTSPackage100.) |
![]() | LogProviders | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the collection of log providers associated with the package. (Inherited from IDTSPackage100.) |
![]() | MaxConcurrentExecutables | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the number of threads that a package can create. (Inherited from IDTSPackage100.) |
![]() | OfflineMode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the package is working in offline mode. (Inherited from IDTSPackage100.) |
![]() | PackageFormatVersion | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the format version of the package. (Inherited from IDTSPackage100.) |
![]() | PackageLocation | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a string that contains the location of the package. (Inherited from IDTSPackage100.) |
![]() | PackagePassword | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the password for the package. (Inherited from IDTSPackage100.) |
![]() | PackagePriorityClass | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the priority class of the package. (Inherited from IDTSPackage100.) |
![]() | PackageType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the package type. (Inherited from IDTSPackage100.) |
![]() | PackageUpgradeOptions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the package upgrade options. (Inherited from IDTSPackage100.) |
![]() | ProtectionLevel | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the level of protection on the package. (Inherited from IDTSPackage100.) |
![]() | SafeRecursiveProjectPackageExecution | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the package execution is a safe recursive project. (Inherited from IDTSPackage100.) |
![]() | SaveCheckpoints | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the package will use checkpoints during package execution. (Inherited from IDTSPackage100.) |
![]() | SQLFolder | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the package folder name. (Inherited from IDTSPackage100.) |
![]() | SuppressConfigurationWarnings | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the warnings generated by configurations are suppressed. (Inherited from IDTSPackage100.) |
![]() | UpdateObjects | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether packages can be updated when an updated version is found. (Inherited from IDTSPackage100.) |
![]() | VersionBuild | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the build version of the package. (Inherited from IDTSPackage100.) |
![]() | VersionComments | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the comments associated with the package. (Inherited from IDTSPackage100.) |
![]() | VersionGUID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a unique GUID generated when the package is first created. (Inherited from IDTSPackage100.) |
![]() | VersionMajor | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the major build version of the package. (Inherited from IDTSPackage100.) |
![]() | VersionMinor | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the minor build version of the package. (Inherited from IDTSPackage100.) |
![]() | Warnings | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of warnings set on the package. (Inherited from IDTSPackage100.) |
| Name | Description | |
|---|---|---|
![]() | CheckSignature() | This API supports the product infrastructure and is not intended to be used directly from your code. Checks the status of the digital signature of the package. (Inherited from IDTSPackage100.) |
![]() | Execute() | This API supports the product infrastructure and is not intended to be used directly from your code. 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^) | This API supports the product infrastructure and is not intended to be used directly from your code. Runs the application, container, or package as part of a package workflow. (Inherited from IDTSPackage100.) |
![]() | ExportConfigurationFile(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Creates an XML file that contains all deployable variables in the package. (Inherited from IDTSPackage100.) |
![]() | FindReferencedObjects(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a reference object enumeration. (Inherited from IDTSPackage100.) |
![]() | GetBreakpointTargets(IDTSBreakpointSite100^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns IDTSBreakpointTargets100 collection. (Inherited from IDTSPackage100.) |
![]() | GetObjectFromPackagePath(String^, IDTSProperty100^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a package property and the object from the specified package path. (Inherited from IDTSPackage100.) |
![]() | GetPreExecutionPackageXML(Object^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a pre-execution package XML. (Inherited from IDTSPackage100.) |
![]() | ImportConfigurationFile(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads a configuration file associated with the package. (Inherited from IDTSPackage100.) |
![]() | LoadUserCertificateByHash(array<Byte>^%) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads the certificate for the package according to the certificate hash. (Inherited from IDTSPackage100.) |
![]() | LoadUserCertificateByName(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads the certificate for the package according to the certificate name. (Inherited from IDTSPackage100.) |
![]() | PermitUnencryptedSave(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the unencrypted permit. (Inherited from IDTSPackage100.) |
![]() | ProcessConfiguration(String^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets configuration information for a package and its objects. (Inherited from IDTSPackage100.) |
![]() | Validate(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. (Inherited from IDTSPackage100.) |

