Compartir a través de


Interfaz IDTSPackage100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents an interface implemented by the Package and PackageNeutral interfaces.

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 IDTSPackage100 _
    Inherits IDTSExecutable100
'Uso
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

El tipo IDTSPackage100 expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

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

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper