Compartir a través de


Interfaz PackageRemote32

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

Represents an interface for a remote 32-bit package.

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

El tipo PackageRemote32 expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

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

Arriba

Vea también

Referencia

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