Поделиться через


Интерфейс IDTSPackage100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents an interface implemented by the Package and PackageNeutral interfaces.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")> _
Public Interface IDTSPackage100 _
    Inherits IDTSExecutable100
'Применение
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

Тип IDTSPackage100 обеспечивает доступ к следующим элементам.

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод CheckSignature Инфраструктура. Checks the status of the digital signature of the package.
Открытый метод Execute() Инфраструктура. Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution.
Открытый метод Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) Инфраструктура. Runs the application, container, or package as part of a package workflow.
Открытый метод ExportConfigurationFile Инфраструктура. Creates an XML file that contains all deployable variables in the package.
Открытый метод FindReferencedObjects Инфраструктура. Returns a reference object enumeration.
Открытый метод GetBreakpointTargets Инфраструктура. Returns IDTSBreakpointTargets100 collection.
Открытый метод GetObjectFromPackagePath Инфраструктура. Returns a package property and the object from the specified package path.
Открытый метод GetPreExecutionPackageXML Инфраструктура. Gets a pre-execution package XML.
Открытый метод ImportConfigurationFile Инфраструктура. Loads a configuration file associated with the package.
Открытый метод LoadUserCertificateByHash Инфраструктура. Loads the certificate for the package according to the certificate hash.
Открытый метод LoadUserCertificateByName Инфраструктура. Loads the certificate for the package according to the certificate name.
Открытый метод PermitUnencryptedSave Инфраструктура. Specifies the unencrypted permit.
Открытый метод ProcessConfiguration Инфраструктура. Sets configuration information for a package and its objects.
Открытый метод Validate Инфраструктура. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper