Interfaz Package
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
For more information, see PackageClass.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")> _
Public Interface Package _
Inherits IDTSPackage100
'Uso
Dim instance As Package
[GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface Package : IDTSPackage100
[GuidAttribute(L"BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface class Package : IDTSPackage100
[<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")>]
type Package =
interface
interface IDTSPackage100
end
public interface Package extends IDTSPackage100
El tipo Package expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
CertificateContext | Infraestructura. Gets or sets the certificate context. (Se hereda de IDTSPackage100.) | |
CertificateObject | Infraestructura. Gets or sets the certificate package for the package. (Se hereda de IDTSPackage100.) | |
CheckpointFileName | Infraestructura. Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart. (Se hereda de IDTSPackage100.) | |
CheckpointUsage | Infraestructura. Gets or sets a value that specifies if or when a package is restarted. (Se hereda de IDTSPackage100.) | |
CheckSignatureOnLoad | Infraestructura. Gets or sets a value that indicates whether the digital signature is checked when a package is loaded from XML. (Se hereda de IDTSPackage100.) | |
Configurations | Infraestructura. Gets the collection of configurations for the package. (Se hereda de IDTSPackage100.) | |
Connections | Infraestructura. Gets the collection of connection managers for the package. (Se hereda de IDTSPackage100.) | |
CreationDate | Infraestructura. Gets or sets the date and time that the package was created. (Se hereda de IDTSPackage100.) | |
CreatorComputerName | Infraestructura. Gets or sets the name of the computer on which the package was created. (Se hereda de IDTSPackage100.) | |
CreatorName | Infraestructura. Gets or sets the name of the individual who created the package. (Se hereda de IDTSPackage100.) | |
DesignEvents | Infraestructura. Gets or sets the IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time. (Se hereda de IDTSPackage100.) | |
DesignTimeProperties | Infraestructura. Gets or sets the design time properties of a package. (Se hereda de IDTSPackage100.) | |
EnableConfigurations | Infraestructura. Gets or sets a value that indicates whether the package loads configurations. (Se hereda de IDTSPackage100.) | |
EncryptCheckpoints | Infraestructura. Gets or sets a value that indicates whether checkpoint files are encrypted. (Se hereda de IDTSPackage100.) | |
Errors | Infraestructura. Gets the collection of errors associated with the package. (Se hereda de IDTSPackage100.) | |
ExtendedProperties | Infraestructura. Gets the IDTSExtendedProperties100 collection for the package. (Se hereda de IDTSPackage100.) | |
InteractiveMode | Infraestructura. Gets or sets a value that indicates whether tasks should show user interface objects while executing. (Se hereda de IDTSPackage100.) | |
LastModifiedProductVersion | Infraestructura. Gets the version of the package that is last modified. (Se hereda de IDTSPackage100.) | |
LogProviders | Infraestructura. Returns the collection of log providers associated with the package. (Se hereda de IDTSPackage100.) | |
MaxConcurrentExecutables | Infraestructura. Gets or sets the number of threads that a package can create. (Se hereda de IDTSPackage100.) | |
OfflineMode | Infraestructura. Gets or sets a value that indicates whether the package is working in offline mode. (Se hereda de IDTSPackage100.) | |
PackageFormatVersion | Infraestructura. Gets the format version of the package. (Se hereda de IDTSPackage100.) | |
PackageLocation | Infraestructura. Gets or sets a string that contains the location of the package. (Se hereda de IDTSPackage100.) | |
PackagePassword | Infraestructura. Sets the password for the package. (Se hereda de IDTSPackage100.) | |
PackagePriorityClass | Infraestructura. Gets or sets the priority class of the package. (Se hereda de IDTSPackage100.) | |
PackageType | Infraestructura. Gets or sets the package type. (Se hereda de IDTSPackage100.) | |
PackageUpgradeOptions | Infraestructura. Gets or sets the package upgrade options. (Se hereda de IDTSPackage100.) | |
ProtectionLevel | Infraestructura. Gets or sets the level of protection on the package. (Se hereda de IDTSPackage100.) | |
SafeRecursiveProjectPackageExecution | Infraestructura. Gets or sets a value that indicates whether the package execution is a safe recursive project. (Se hereda de IDTSPackage100.) | |
SaveCheckpoints | Infraestructura. Gets or sets a value that indicates whether the package will use checkpoints during package execution. (Se hereda de IDTSPackage100.) | |
SQLFolder | Infraestructura. Gets or sets the package folder name. (Se hereda de IDTSPackage100.) | |
SuppressConfigurationWarnings | Infraestructura. Gets or sets a value that indicates whether the warnings generated by configurations are suppressed. (Se hereda de IDTSPackage100.) | |
UpdateObjects | Infraestructura. Gets or sets a value that indicates whether extensible objects can be updated at package load time if an updated version if found. (Se hereda de IDTSPackage100.) | |
UpdatePackage | Infraestructura. Gets or sets a value that indicates whether packages can be updated when an updated version is found. (Se hereda de IDTSPackage100.) | |
VersionBuild | Infraestructura. Gets or sets the build version of the package. (Se hereda de IDTSPackage100.) | |
VersionComments | Infraestructura. Gets or sets the comments associated with the package. (Se hereda de IDTSPackage100.) | |
VersionGUID | Infraestructura. Gets a unique GUID generated when the package is first created. (Se hereda de IDTSPackage100.) | |
VersionMajor | Infraestructura. Gets or sets the major build version of the package. (Se hereda de IDTSPackage100.) | |
VersionMinor | Infraestructura. Gets or sets the minor build version of the package. (Se hereda de IDTSPackage100.) | |
Warnings | Infraestructura. Gets a collection of warnings set on the package. (Se hereda de IDTSPackage100.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CheckSignature | Infraestructura. Checks the status of the digital signature of the package. (Se hereda de IDTSPackage100.) | |
Execute() | Infraestructura. Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution. (Se hereda de IDTSPackage100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestructura. Runs the application, container, or package as part of a package workflow. (Se hereda de IDTSPackage100.) | |
ExportConfigurationFile | Infraestructura. Creates an XML file that contains all deployable variables in the package. (Se hereda de IDTSPackage100.) | |
FindReferencedObjects | Infraestructura. Returns a reference object enumeration. (Se hereda de IDTSPackage100.) | |
GetBreakpointTargets | Infraestructura. Returns IDTSBreakpointTargets100 collection. (Se hereda de IDTSPackage100.) | |
GetObjectFromPackagePath | Infraestructura. Returns a package property and the object from the specified package path. (Se hereda de IDTSPackage100.) | |
GetPreExecutionPackageXML | Infraestructura. Gets a pre-execution package XML. (Se hereda de IDTSPackage100.) | |
ImportConfigurationFile | Infraestructura. Loads a configuration file associated with the package. (Se hereda de IDTSPackage100.) | |
LoadUserCertificateByHash | Infraestructura. Loads the certificate for the package according to the certificate hash. (Se hereda de IDTSPackage100.) | |
LoadUserCertificateByName | Infraestructura. Loads the certificate for the package according to the certificate name. (Se hereda de IDTSPackage100.) | |
PermitUnencryptedSave | Infraestructura. Specifies the unencrypted permit. (Se hereda de IDTSPackage100.) | |
ProcessConfiguration | Infraestructura. Sets configuration information for a package and its objects. (Se hereda de IDTSPackage100.) | |
Validate | Infraestructura. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. (Se hereda de IDTSPackage100.) |
Arriba