Interfaccia IDTSPackage100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents an interface implemented by the Package and PackageNeutral interfaces.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")> _
Public Interface IDTSPackage100 _
    Inherits IDTSExecutable100
'Utilizzo
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

Nel tipo IDTSPackage100 sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

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

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper