Compartilhar via


Interface IDTSPackage100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents an interface implemented by the Package and PackageNeutral interfaces.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<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

O tipo IDTSPackage100 expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público CheckSignature Infraestrutura. Checks the status of the digital signature of the package.
Método público Execute() Infraestrutura. 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) Infraestrutura. Runs the application, container, or package as part of a package workflow.
Método público ExportConfigurationFile Infraestrutura. Creates an XML file that contains all deployable variables in the package.
Método público FindReferencedObjects Infraestrutura. Returns a reference object enumeration.
Método público GetBreakpointTargets Infraestrutura. Returns IDTSBreakpointTargets100 collection.
Método público GetObjectFromPackagePath Infraestrutura. Returns a package property and the object from the specified package path.
Método público GetPreExecutionPackageXML Infraestrutura. Gets a pre-execution package XML.
Método público ImportConfigurationFile Infraestrutura. Loads a configuration file associated with the package.
Método público LoadUserCertificateByHash Infraestrutura. Loads the certificate for the package according to the certificate hash.
Método público LoadUserCertificateByName Infraestrutura. Loads the certificate for the package according to the certificate name.
Método público PermitUnencryptedSave Infraestrutura. Specifies the unencrypted permit.
Método público ProcessConfiguration Infraestrutura. Sets configuration information for a package and its objects.
Método público Validate Infraestrutura. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper