PackageRemote32-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents an interface for a remote 32-bit package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")> _
Public Interface PackageRemote32 _
Inherits IDTSPackage100
'Usage
Dim instance As PackageRemote32
[GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface PackageRemote32 : IDTSPackage100
[GuidAttribute(L"BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface class PackageRemote32 : IDTSPackage100
[<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")>]
type PackageRemote32 =
interface
interface IDTSPackage100
end
public interface PackageRemote32 extends IDTSPackage100
Der PackageRemote32-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
CertificateContext | Infrastruktur Gets or sets the certificate context. (Geerbt von IDTSPackage100.) | |
CertificateObject | Infrastruktur Gets or sets the certificate package for the package. (Geerbt von IDTSPackage100.) | |
CheckpointFileName | Infrastruktur Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart. (Geerbt von IDTSPackage100.) | |
CheckpointUsage | Infrastruktur Gets or sets a value that specifies if or when a package is restarted. (Geerbt von IDTSPackage100.) | |
CheckSignatureOnLoad | Infrastruktur Gets or sets a value that indicates whether the digital signature is checked when a package is loaded from XML. (Geerbt von IDTSPackage100.) | |
Configurations | Infrastruktur Gets the collection of configurations for the package. (Geerbt von IDTSPackage100.) | |
Connections | Infrastruktur Gets the collection of connection managers for the package. (Geerbt von IDTSPackage100.) | |
CreationDate | Infrastruktur Gets or sets the date and time that the package was created. (Geerbt von IDTSPackage100.) | |
CreatorComputerName | Infrastruktur Gets or sets the name of the computer on which the package was created. (Geerbt von IDTSPackage100.) | |
CreatorName | Infrastruktur Gets or sets the name of the individual who created the package. (Geerbt von IDTSPackage100.) | |
DesignEvents | Infrastruktur Gets or sets the IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time. (Geerbt von IDTSPackage100.) | |
DesignTimeProperties | Infrastruktur Gets or sets the design time properties of a package. (Geerbt von IDTSPackage100.) | |
EnableConfigurations | Infrastruktur Gets or sets a value that indicates whether the package loads configurations. (Geerbt von IDTSPackage100.) | |
EncryptCheckpoints | Infrastruktur Gets or sets a value that indicates whether checkpoint files are encrypted. (Geerbt von IDTSPackage100.) | |
Errors | Infrastruktur Gets the collection of errors associated with the package. (Geerbt von IDTSPackage100.) | |
ExtendedProperties | Infrastruktur Gets the IDTSExtendedProperties100 collection for the package. (Geerbt von IDTSPackage100.) | |
InteractiveMode | Infrastruktur Gets or sets a value that indicates whether tasks should show user interface objects while executing. (Geerbt von IDTSPackage100.) | |
LastModifiedProductVersion | Infrastruktur Gets the version of the package that is last modified. (Geerbt von IDTSPackage100.) | |
LogProviders | Infrastruktur Returns the collection of log providers associated with the package. (Geerbt von IDTSPackage100.) | |
MaxConcurrentExecutables | Infrastruktur Gets or sets the number of threads that a package can create. (Geerbt von IDTSPackage100.) | |
OfflineMode | Infrastruktur Gets or sets a value that indicates whether the package is working in offline mode. (Geerbt von IDTSPackage100.) | |
PackageFormatVersion | Infrastruktur Gets the format version of the package. (Geerbt von IDTSPackage100.) | |
PackageLocation | Infrastruktur Gets or sets a string that contains the location of the package. (Geerbt von IDTSPackage100.) | |
PackagePassword | Infrastruktur Sets the password for the package. (Geerbt von IDTSPackage100.) | |
PackagePriorityClass | Infrastruktur Gets or sets the priority class of the package. (Geerbt von IDTSPackage100.) | |
PackageType | Infrastruktur Gets or sets the package type. (Geerbt von IDTSPackage100.) | |
PackageUpgradeOptions | Infrastruktur Gets or sets the package upgrade options. (Geerbt von IDTSPackage100.) | |
ProtectionLevel | Infrastruktur Gets or sets the level of protection on the package. (Geerbt von IDTSPackage100.) | |
SafeRecursiveProjectPackageExecution | Infrastruktur Gets or sets a value that indicates whether the package execution is a safe recursive project. (Geerbt von IDTSPackage100.) | |
SaveCheckpoints | Infrastruktur Gets or sets a value that indicates whether the package will use checkpoints during package execution. (Geerbt von IDTSPackage100.) | |
SQLFolder | Infrastruktur Gets or sets the package folder name. (Geerbt von IDTSPackage100.) | |
SuppressConfigurationWarnings | Infrastruktur Gets or sets a value that indicates whether the warnings generated by configurations are suppressed. (Geerbt von IDTSPackage100.) | |
UpdateObjects | Infrastruktur Gets or sets a value that indicates whether extensible objects can be updated at package load time if an updated version if found. (Geerbt von IDTSPackage100.) | |
UpdatePackage | Infrastruktur Gets or sets a value that indicates whether packages can be updated when an updated version is found. (Geerbt von IDTSPackage100.) | |
VersionBuild | Infrastruktur Gets or sets the build version of the package. (Geerbt von IDTSPackage100.) | |
VersionComments | Infrastruktur Gets or sets the comments associated with the package. (Geerbt von IDTSPackage100.) | |
VersionGUID | Infrastruktur Gets a unique GUID generated when the package is first created. (Geerbt von IDTSPackage100.) | |
VersionMajor | Infrastruktur Gets or sets the major build version of the package. (Geerbt von IDTSPackage100.) | |
VersionMinor | Infrastruktur Gets or sets the minor build version of the package. (Geerbt von IDTSPackage100.) | |
Warnings | Infrastruktur Gets a collection of warnings set on the package. (Geerbt von IDTSPackage100.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CheckSignature | Infrastruktur Checks the status of the digital signature of the package. (Geerbt von IDTSPackage100.) | |
Execute() | Infrastruktur Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution. (Geerbt von IDTSPackage100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastruktur Runs the application, container, or package as part of a package workflow. (Geerbt von IDTSPackage100.) | |
ExportConfigurationFile | Infrastruktur Creates an XML file that contains all deployable variables in the package. (Geerbt von IDTSPackage100.) | |
FindReferencedObjects | Infrastruktur Returns a reference object enumeration. (Geerbt von IDTSPackage100.) | |
GetBreakpointTargets | Infrastruktur Returns IDTSBreakpointTargets100 collection. (Geerbt von IDTSPackage100.) | |
GetObjectFromPackagePath | Infrastruktur Returns a package property and the object from the specified package path. (Geerbt von IDTSPackage100.) | |
GetPreExecutionPackageXML | Infrastruktur Gets a pre-execution package XML. (Geerbt von IDTSPackage100.) | |
ImportConfigurationFile | Infrastruktur Loads a configuration file associated with the package. (Geerbt von IDTSPackage100.) | |
LoadUserCertificateByHash | Infrastruktur Loads the certificate for the package according to the certificate hash. (Geerbt von IDTSPackage100.) | |
LoadUserCertificateByName | Infrastruktur Loads the certificate for the package according to the certificate name. (Geerbt von IDTSPackage100.) | |
PermitUnencryptedSave | Infrastruktur Specifies the unencrypted permit. (Geerbt von IDTSPackage100.) | |
ProcessConfiguration | Infrastruktur Sets configuration information for a package and its objects. (Geerbt von IDTSPackage100.) | |
Validate | Infrastruktur Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. (Geerbt von IDTSPackage100.) |
Zum Anfang