Interfaccia Package
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
For more information, see PackageClass.
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 Package _
Inherits IDTSPackage100
'Utilizzo
Dim instance As Package
[GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface Package : IDTSPackage100
[GuidAttribute(L"BC427598-5FAD-4ECB-B6F4-30C3A147B16D")]
public interface class Package : IDTSPackage100
[<GuidAttribute("BC427598-5FAD-4ECB-B6F4-30C3A147B16D")>]
type Package =
interface
interface IDTSPackage100
end
public interface Package extends IDTSPackage100
Nel tipo Package sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
CertificateContext | Infrastruttura. Gets or sets the certificate context. Ereditato da IDTSPackage100. | |
CertificateObject | Infrastruttura. Gets or sets the certificate package for the package. Ereditato da IDTSPackage100. | |
CheckpointFileName | Infrastruttura. Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart. Ereditato da IDTSPackage100. | |
CheckpointUsage | Infrastruttura. Gets or sets a value that specifies if or when a package is restarted. Ereditato da IDTSPackage100. | |
CheckSignatureOnLoad | Infrastruttura. Gets or sets a value that indicates whether the digital signature is checked when a package is loaded from XML. Ereditato da IDTSPackage100. | |
Configurations | Infrastruttura. Gets the collection of configurations for the package. Ereditato da IDTSPackage100. | |
Connections | Infrastruttura. Gets the collection of connection managers for the package. Ereditato da IDTSPackage100. | |
CreationDate | Infrastruttura. Gets or sets the date and time that the package was created. Ereditato da IDTSPackage100. | |
CreatorComputerName | Infrastruttura. Gets or sets the name of the computer on which the package was created. Ereditato da IDTSPackage100. | |
CreatorName | Infrastruttura. Gets or sets the name of the individual who created the package. Ereditato da IDTSPackage100. | |
DesignEvents | Infrastruttura. Gets or sets the IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time. Ereditato da IDTSPackage100. | |
DesignTimeProperties | Infrastruttura. Gets or sets the design time properties of a package. Ereditato da IDTSPackage100. | |
EnableConfigurations | Infrastruttura. Gets or sets a value that indicates whether the package loads configurations. Ereditato da IDTSPackage100. | |
EncryptCheckpoints | Infrastruttura. Gets or sets a value that indicates whether checkpoint files are encrypted. Ereditato da IDTSPackage100. | |
Errors | Infrastruttura. Gets the collection of errors associated with the package. Ereditato da IDTSPackage100. | |
ExtendedProperties | Infrastruttura. Gets the IDTSExtendedProperties100 collection for the package. Ereditato da IDTSPackage100. | |
InteractiveMode | Infrastruttura. Gets or sets a value that indicates whether tasks should show user interface objects while executing. Ereditato da IDTSPackage100. | |
LastModifiedProductVersion | Infrastruttura. Gets the version of the package that is last modified. Ereditato da IDTSPackage100. | |
LogProviders | Infrastruttura. Returns the collection of log providers associated with the package. Ereditato da IDTSPackage100. | |
MaxConcurrentExecutables | Infrastruttura. Gets or sets the number of threads that a package can create. Ereditato da IDTSPackage100. | |
OfflineMode | Infrastruttura. Gets or sets a value that indicates whether the package is working in offline mode. Ereditato da IDTSPackage100. | |
PackageFormatVersion | Infrastruttura. Gets the format version of the package. Ereditato da IDTSPackage100. | |
PackageLocation | Infrastruttura. Gets or sets a string that contains the location of the package. Ereditato da IDTSPackage100. | |
PackagePassword | Infrastruttura. Sets the password for the package. Ereditato da IDTSPackage100. | |
PackagePriorityClass | Infrastruttura. Gets or sets the priority class of the package. Ereditato da IDTSPackage100. | |
PackageType | Infrastruttura. Gets or sets the package type. Ereditato da IDTSPackage100. | |
PackageUpgradeOptions | Infrastruttura. Gets or sets the package upgrade options. Ereditato da IDTSPackage100. | |
ProtectionLevel | Infrastruttura. Gets or sets the level of protection on the package. Ereditato da IDTSPackage100. | |
SafeRecursiveProjectPackageExecution | Infrastruttura. Gets or sets a value that indicates whether the package execution is a safe recursive project. Ereditato da IDTSPackage100. | |
SaveCheckpoints | Infrastruttura. Gets or sets a value that indicates whether the package will use checkpoints during package execution. Ereditato da IDTSPackage100. | |
SQLFolder | Infrastruttura. Gets or sets the package folder name. Ereditato da IDTSPackage100. | |
SuppressConfigurationWarnings | Infrastruttura. Gets or sets a value that indicates whether the warnings generated by configurations are suppressed. Ereditato da IDTSPackage100. | |
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. Ereditato da IDTSPackage100. | |
UpdatePackage | Infrastruttura. Gets or sets a value that indicates whether packages can be updated when an updated version is found. Ereditato da IDTSPackage100. | |
VersionBuild | Infrastruttura. Gets or sets the build version of the package. Ereditato da IDTSPackage100. | |
VersionComments | Infrastruttura. Gets or sets the comments associated with the package. Ereditato da IDTSPackage100. | |
VersionGUID | Infrastruttura. Gets a unique GUID generated when the package is first created. Ereditato da IDTSPackage100. | |
VersionMajor | Infrastruttura. Gets or sets the major build version of the package. Ereditato da IDTSPackage100. | |
VersionMinor | Infrastruttura. Gets or sets the minor build version of the package. Ereditato da IDTSPackage100. | |
Warnings | Infrastruttura. Gets a collection of warnings set on the package. Ereditato da IDTSPackage100. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CheckSignature | Infrastruttura. Checks the status of the digital signature of the package. Ereditato da IDTSPackage100. | |
Execute() | Infrastruttura. Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution. Ereditato da IDTSPackage100. | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastruttura. Runs the application, container, or package as part of a package workflow. Ereditato da IDTSPackage100. | |
ExportConfigurationFile | Infrastruttura. Creates an XML file that contains all deployable variables in the package. Ereditato da IDTSPackage100. | |
FindReferencedObjects | Infrastruttura. Returns a reference object enumeration. Ereditato da IDTSPackage100. | |
GetBreakpointTargets | Infrastruttura. Returns IDTSBreakpointTargets100 collection. Ereditato da IDTSPackage100. | |
GetObjectFromPackagePath | Infrastruttura. Returns a package property and the object from the specified package path. Ereditato da IDTSPackage100. | |
GetPreExecutionPackageXML | Infrastruttura. Gets a pre-execution package XML. Ereditato da IDTSPackage100. | |
ImportConfigurationFile | Infrastruttura. Loads a configuration file associated with the package. Ereditato da IDTSPackage100. | |
LoadUserCertificateByHash | Infrastruttura. Loads the certificate for the package according to the certificate hash. Ereditato da IDTSPackage100. | |
LoadUserCertificateByName | Infrastruttura. Loads the certificate for the package according to the certificate name. Ereditato da IDTSPackage100. | |
PermitUnencryptedSave | Infrastruttura. Specifies the unencrypted permit. Ereditato da IDTSPackage100. | |
ProcessConfiguration | Infrastruttura. Sets configuration information for a package and its objects. Ereditato da IDTSPackage100. | |
Validate | Infrastruttura. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. Ereditato da IDTSPackage100. |
In alto