Freigeben über


PackageNeutralClass-Klasse

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

Represents a class for a neutral package.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageNeutralClass

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

Syntax

'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("8BF6572D-674B-494E-9047-DDD0E24BB785")> _
Public Class PackageNeutralClass _
    Implements PackageNeutral, IDTSPackage100, IDTSPackageSigning100, IDTSContainer100,  _
    IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100,  _
    IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100,  _
    IDTSProjectPackage100
'Usage
Dim instance As PackageNeutralClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("8BF6572D-674B-494E-9047-DDD0E24BB785")]
public class PackageNeutralClass : PackageNeutral, 
    IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100, 
    IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, 
    IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSProjectPackage100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"8BF6572D-674B-494E-9047-DDD0E24BB785")]
public ref class PackageNeutralClass : PackageNeutral, 
    IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100, 
    IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, 
    IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSProjectPackage100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("8BF6572D-674B-494E-9047-DDD0E24BB785")>]
type PackageNeutralClass =  
    class 
        interface PackageNeutral 
        interface IDTSPackage100 
        interface IDTSPackageSigning100 
        interface IDTSContainer100 
        interface IDTSExecutable100 
        interface IDTSEventsProvider100 
        interface IDTSExecutionMetrics100 
        interface IDTSSequence100 
        interface IDTSPropertiesProvider100 
        interface IDTSName100 
        interface IDTSBreakpointSite100 
        interface IDTSSuspend100 
        interface IDTSPersist100 
        interface IDTSRuntimeObject100 
        interface IDTSProjectPackage100 
    end
public class PackageNeutralClass implements PackageNeutral, IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSProjectPackage100

Der PackageNeutralClass-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode PackageNeutralClass Infrastruktur Initializes a new instance of the PackageNeutralClass class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CertificateContext Infrastruktur Gets or sets the context of the certificate associated with the package.
Öffentliche Eigenschaft CertificateObject Infrastruktur Gets or sets the certificate object associated with 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.
Ö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 CreationName Infrastruktur Gets the name used to create the PackageNeutralClass object.
Ö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 DebugMode Infrastruktur Gets or sets a value that indicates whether the package is in debug mode.
Öffentliche Eigenschaft DelayValidation Infrastruktur Gets or sets a value that indicates whether package validation is delayed until the package runs.
Öffentliche Eigenschaft Description Infrastruktur Gets or sets the description of the package.
Öffentliche Eigenschaft DesignEvents Infrastruktur Gets or sets an 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 such as layout information.
Öffentliche Eigenschaft Disable Infrastruktur Gets or sets a value that indicates whether the PackageNeutralClass object is disabled.
Öffentliche Eigenschaft DisableEventHandlers Infrastruktur Gets or sets a value that indicates whether the event handlers on the package are disabled.
Ö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 the checkpoint files are encrypted.
Öffentliche Eigenschaft Errors Infrastruktur Gets the collection of errors associated with the package.
Öffentliche Eigenschaft EventHandlers Infrastruktur Gets a collection of event handler objects.
Öffentliche Eigenschaft EventInfos Infrastruktur Gets the IDTSEventInfos100 collection that is associated with the package.
Öffentliche Eigenschaft Executables Infrastruktur Gets the collection of executable objects contained within the package.
Öffentliche Eigenschaft ExecutionDuration Infrastruktur Gets the amount of time that the package spent in execution, in milliseconds.
Öffentliche Eigenschaft ExecutionResult Infrastruktur Gets a value that indicates the success or failure of the execution of the package.
Öffentliche Eigenschaft ExecutionStatus Infrastruktur Gets the current status of the execution.
Öffentliche Eigenschaft ExtendedProperties Infrastruktur Gets the IDTSExtendedProperties100 collection for the package.
Öffentliche Eigenschaft FailPackageOnFailure Infrastruktur Gets or sets a value that indicates whether the package fails when a task or component in the package fails.
Öffentliche Eigenschaft FailParentOnFailure Infrastruktur Gets or sets a value that indicates whether the parent package fails when a child package fails.
Öffentliche Eigenschaft ForcedExecutionValue Infrastruktur If the ForceExecutionValue property is set to true, gets or sets a value that specifies the optional execution value that the package returns.
Öffentliche Eigenschaft ForceExecutionResult Infrastruktur Gets or sets a DTSForcedExecResult enumeration value that specifies the forced execution result of the package.
Öffentliche Eigenschaft ForceExecutionValue Infrastruktur Gets or sets a value that indicates whether the execution value of the package should be forced to contain a particular value.
Öffentliche Eigenschaft ID Infrastruktur Gets the ID of the package.
Öffentliche Eigenschaft IDTSPackageSigning100_CertificateContext Infrastruktur Gets or sets the certificate context.
Öffentliche Eigenschaft IDTSPackageSigning100_CertificateObject Infrastruktur Gets or sets the certificate object.
Öffentliche Eigenschaft IDTSPackageSigning100_CheckSignatureOnLoad Infrastruktur Gets or sets a value that indicates whether the package checks the signature on loading.
Öffentliche Eigenschaft IDTSSuspend100_SuspendRequired Infrastruktur Gets or sets a value that indicates whether the task should suspend when they encounter a breakpoint.
Öffentliche Eigenschaft InteractiveMode Infrastruktur Gets or sets a value that indicates whether the tasks should show user interface objects while executing.
Öffentliche Eigenschaft IsDefaultLocaleID Infrastruktur Gets a value that indicates whether the package uses the default locale.
Öffentliche Eigenschaft IsolationLevel Infrastruktur Gets or sets the isolation level of the transaction in the package.
Öffentliche Eigenschaft LastModifiedProductVersion Infrastruktur Gets the product version of the last modified package.
Öffentliche Eigenschaft LocaleID Infrastruktur Gets or sets the identifier of the locale used by a package.
Öffentliche Eigenschaft LogEntryInfos Infrastruktur Gets a collection of log entry definitions.
Öffentliche Eigenschaft LoggingMode Infrastruktur Gets or sets the logging mode of the package.
Öffentliche Eigenschaft LoggingOptions Infrastruktur Gets the filtering and logging resource for the package.
Öffentliche Eigenschaft LogProviders Infrastruktur Gets 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 MaximumErrorCount Infrastruktur Gets or sets the maximum number of errors that can occur before the package stops running.
Öffentliche Eigenschaft Name Infrastruktur Gets or sets the name of the PackageNeutralClass.
Ö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 the location of the package.
Öffentliche Eigenschaft PackagePassword Infrastruktur Sets the password for the package.
Öffentliche Eigenschaft PackagePriorityClass Infrastruktur Gets or sets the Win32 thread priority class of the package thread.
Öffentliche Eigenschaft PackageType Infrastruktur Gets or sets a value that identifies the tool that created the package.
Öffentliche Eigenschaft PackageUpgradeOptions Infrastruktur Gets or sets the upgrade options for the package.
Öffentliche Eigenschaft Parent Infrastruktur Gets the parent of the package.
Öffentliche Eigenschaft PrecedenceConstraints Infrastruktur Gets a collection of precedence constraints for the package.
Öffentliche Eigenschaft Properties Infrastruktur Gets a collection of properties for the package.
Ö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 recursive execution of the package is safe.
Ö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 SQL folder for the package.
Öffentliche Eigenschaft StartTime Infrastruktur Gets the time when the package starts execution.
Öffentliche Eigenschaft StopTime Infrastruktur Gets the time when the package stops execution.
Öffentliche Eigenschaft SuppressConfigurationWarnings Infrastruktur Gets or sets a value that indicates whether the warnings generated by configurations are suppressed.
Öffentliche Eigenschaft SuspendRequired Infrastruktur Gets or sets a value that indicates whether the tasks should suspend when they encounter a breakpoint.
Öffentliche Eigenschaft TransactionOption Infrastruktur Gets or sets a DTSTransactionOption enumeration value that indicates whether the package participates in transactions.
Öffentliche Eigenschaft UpdateObjects Infrastruktur Gets or sets a value that indicates whether the extensible objects can be updated at package load time if an updated version is found.
Öffentliche Eigenschaft UpdatePackage Infrastruktur Gets or sets a value that indicates whether the packages can be updated when an updated version is found.
Öffentliche Eigenschaft VariableDispenser Infrastruktur Gets the dispenser of the variables in the package.
Öffentliche Eigenschaft Variables Infrastruktur Gets a collection that contains the variables associated with the package.
Öffentliche Eigenschaft VersionBuild Infrastruktur Gets or sets the build version of the package.
Öffentliche Eigenschaft VersionComments Infrastruktur Gets or sets the version comments associated with the package.
Öffentliche Eigenschaft VersionGUID Infrastruktur Gets the version 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 the collection of warnings set on the package.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AcceptBreakpointManager Infrastruktur Passes a breakpoint manager to a package.
Öffentliche Methode CheckSignature Infrastruktur Checks the status of the digital signature of the package.
Öffentliche Methode ComputeExpressions Infrastruktur Computes the expression of this PackageNeutralClass object.
Öffentliche Methode Equals (Geerbt von Object.)
Ö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.
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode FindReferencedObjects Infrastruktur Returns a reference object enumeration.
Öffentliche Methode GetBreakpointTargets Infrastruktur Returns an IDTSBreakpointTargets100 collection. Depending on the setting of the onlyEnabled parameter, the collection contains all breakpoint targets in the package, or only enabled breakpoint targets.
Öffentliche Methode GetExpression Infrastruktur Returns a value that contains the expression for the specified property.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectFromPackagePath Infrastruktur Returns an object from the specified package path.
Öffentliche Methode GetParentID Infrastruktur Retrieves the parent identifier of the package.
Öffentliche Methode GetPreExecutionPackageXML Infrastruktur Retrieves the pre-execution of a package XML.
Öffentliche Methode GetProject Infrastruktur Retrieves the DTS project.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode IDTSExecutable100_Execute Infrastruktur Executes the executable.
Öffentliche Methode IDTSExecutable100_Validate Infrastruktur Verifies that the executable will successfully execute by validating all its dependencies and other items before executing it.
Öffentliche Methode IDTSPackageSigning100_CheckSignature Infrastruktur Checks the signature of the package.
Öffentliche Methode IDTSPackageSigning100_LoadUserCertificateByHash Infrastruktur Loads the user certificate using hash.
Öffentliche Methode IDTSPackageSigning100_LoadUserCertificateByName Infrastruktur Loads the user certificate by name.
Öffentliche Methode IDTSSuspend100_ResumeExecution Infrastruktur Resumes the execution of the task after pausing.
Öffentliche Methode IDTSSuspend100_SuspendExecution Infrastruktur Notifies that the executable needs to suspend.
Öffentliche Methode ImportConfigurationFile Infrastruktur Loads a configuration file associated with the package.
Öffentliche Methode LoadFromXML Infrastruktur Loads a package and all its objects that have been saved to memory in XML format.
Öffentliche Methode LoadUserCertificateByHash Infrastruktur Loads the user certificate using hash.
Öffentliche Methode LoadUserCertificateByName Infrastruktur Loads the user certificate by name.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode PasswordMatch Infrastruktur Determines whether the specified password matches with the package password.
Öffentliche Methode PermitUnencryptedSave Infrastruktur Permits the unencrypted information to save.
Öffentliche Methode ProcessConfiguration Infrastruktur Specifies the configuration information for a package and its objects.
Öffentliche Methode RegenerateID Infrastruktur Creates a new GUID for the package and updates the package ID property.
Öffentliche Methode ResumeExecution Infrastruktur Resumes the execution of the package after pausing.
Öffentliche Methode SaveToXML Infrastruktur Saves the package to memory in an XML format.
Öffentliche Methode SetExpression Infrastruktur Assigns the specified expression to the property.
Öffentliche Methode SetProject Infrastruktur Sets the specified project.
Öffentliche Methode SuspendExecution Infrastruktur Called when the executable needs to suspend. This method is called by the runtime engine.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Validate Infrastruktur Allows the package to determine if it contains invalid settings that will prevent it from executing successfully.

Zum Anfang

Hinweise

For more information, see Package.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace