Интерфейс 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. |
В начало