Freigeben über


IDTSPackage100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents an interface implemented by the Package and PackageNeutral interfaces.

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

Syntax

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

Der IDTSPackage100-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

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

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace