PackageRemote32Class-Klasse
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents a class for a remote 32-bit package.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.PackageRemote32Class
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("8E85FCC2-8900-4649-B56F-72433578FEC4")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class PackageRemote32Class _
Implements PackageRemote32, IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, _
IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, _
IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, _
IDTSProjectPackage100
'Usage
Dim instance As PackageRemote32Class
[GuidAttribute("8E85FCC2-8900-4649-B56F-72433578FEC4")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class PackageRemote32Class : PackageRemote32,
IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100,
IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100,
IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSProjectPackage100
[GuidAttribute(L"8E85FCC2-8900-4649-B56F-72433578FEC4")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class PackageRemote32Class : PackageRemote32,
IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100,
IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100,
IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSProjectPackage100
[<GuidAttribute("8E85FCC2-8900-4649-B56F-72433578FEC4")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type PackageRemote32Class =
class
interface PackageRemote32
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 PackageRemote32Class implements PackageRemote32, IDTSPackage100, IDTSPackageSigning100, IDTSContainer100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSSequence100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSProjectPackage100
Der PackageRemote32Class-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
PackageRemote32Class | Infrastruktur Initializes a new instance of the PackageRemote32Class class. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CertificateContext | Infrastruktur Gets or sets the context of the certificate associated with the package. | |
CertificateObject | Infrastruktur Gets or sets the certificate object associated with the package. | |
CheckpointFileName | Infrastruktur Gets or sets the name of the file that captures the checkpoint information, which enables a package to restart. | |
CheckpointUsage | Infrastruktur Gets or sets a value that specifies if or when a package is restarted. | |
CheckSignatureOnLoad | Infrastruktur Gets or sets a value that indicates whether the digital signature is checked when a package is loaded. | |
Configurations | Infrastruktur Gets the collection of configurations for the package. | |
Connections | Infrastruktur Gets the collection of connection managers for the package. | |
CreationDate | Infrastruktur Gets or sets the date and time that the package was created. | |
CreationName | Infrastruktur Gets the name used to create the PackageRemote32Class object. | |
CreatorComputerName | Infrastruktur Gets or sets the name of the computer on which the package was created. | |
CreatorName | Infrastruktur Gets or sets the name of the individual who created the package. | |
DebugMode | Infrastruktur Gets or sets a value that indicates whether the package is in debug mode. | |
DelayValidation | Infrastruktur Gets or sets a value that indicates whether package validation is delayed until the package runs. | |
Description | Infrastruktur Gets or sets the description of the package. | |
DesignEvents | Infrastruktur Gets or sets an IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time. | |
DesignTimeProperties | Infrastruktur Gets or sets the design time properties of a package such as layout information. | |
Disable | Infrastruktur Gets or sets a value that indicates whether the PackageRemote32Class object is disabled. | |
DisableEventHandlers | Infrastruktur Gets or sets a value that indicates whether the event handlers on the package are disabled. | |
EnableConfigurations | Infrastruktur Gets or sets a value that indicates whether the package loads configurations. | |
EncryptCheckpoints | Infrastruktur Gets or sets a value that indicates whether the checkpoint files are encrypted. | |
Errors | Infrastruktur Gets the collection of errors associated with the package. | |
EventHandlers | Infrastruktur Gets a collection of event handler objects. | |
EventInfos | Infrastruktur Gets the IDTSEventInfos100 collection that is associated with the package. | |
Executables | Infrastruktur Gets the collection of executable objects contained within the package. | |
ExecutionDuration | Infrastruktur Gets the amount of time that the package spent in execution, in milliseconds. | |
ExecutionResult | Infrastruktur Gets a value that indicates the success or failure of the execution of the package. | |
ExecutionStatus | Infrastruktur Gets the current status of the execution. | |
ExtendedProperties | Infrastruktur Gets the IDTSExtendedProperties100 collection for the package. | |
FailPackageOnFailure | Infrastruktur Gets or sets a value that indicates whether the package fails when a task or component in the package fails. | |
FailParentOnFailure | Infrastruktur Gets or sets a value that indicates whether the parent package fails when a child package fails. | |
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. | |
ForceExecutionResult | Infrastruktur Gets or sets a DTSForcedExecResult enumeration value that specifies the forced execution result of the package. | |
ForceExecutionValue | Infrastruktur Gets or sets a value that indicates whether the execution value of the package should be forced to contain a particular value. | |
ID | Infrastruktur Gets the ID of the package. | |
IDTSPackageSigning100_CertificateContext | Infrastruktur Gets or sets the certificate context. | |
IDTSPackageSigning100_CertificateObject | Infrastruktur Gets or sets the certificate object. | |
IDTSPackageSigning100_CheckSignatureOnLoad | Infrastruktur Gets or sets a value that indicates whether the package checks the signature on loading. | |
IDTSSuspend100_SuspendRequired | Infrastruktur Gets or sets a value that indicates whether the task should suspend when they encounter a breakpoint. | |
InteractiveMode | Infrastruktur Gets or sets a value that indicates whether the tasks should show user interface objects while executing. | |
IsDefaultLocaleID | Infrastruktur Gets a value that indicates whether the package uses the default locale. | |
IsolationLevel | Infrastruktur Gets or sets the isolation level of the transaction in the package. | |
LastModifiedProductVersion | Infrastruktur Gets the product version of the last modified package. | |
LocaleID | Infrastruktur Gets or sets the identifier of the locale used by a package. | |
LogEntryInfos | Infrastruktur Gets a collection of log entry definitions. | |
LoggingMode | Infrastruktur Gets or sets the logging mode of the package. | |
LoggingOptions | Infrastruktur Gets the filtering and logging resource for the package. | |
LogProviders | Infrastruktur Gets the collection of log providers associated with the package. | |
MaxConcurrentExecutables | Infrastruktur Gets or sets the number of threads that a package can create. | |
MaximumErrorCount | Infrastruktur Gets or sets the maximum number of errors that can occur before the package stops running. | |
Name | Infrastruktur Gets or sets the name of the PackageRemote32Class. | |
OfflineMode | Infrastruktur Gets or sets a value that indicates whether the package is working in offline mode. | |
PackageFormatVersion | Infrastruktur Gets the format version of the package. | |
PackageLocation | Infrastruktur Gets the location of the package. | |
PackagePassword | Infrastruktur Sets the password for the package. | |
PackagePriorityClass | Infrastruktur Gets or sets the Win32 thread priority class of the package thread. | |
PackageType | Infrastruktur Gets or sets a value that identifies the tool that created the package. | |
PackageUpgradeOptions | Infrastruktur Gets or sets the upgrade options for the package. | |
Parent | Infrastruktur Gets the parent of the package. | |
PrecedenceConstraints | Infrastruktur Gets a collection of precedence constraints for the package. | |
Properties | Infrastruktur Gets a collection of properties for the package. | |
ProtectionLevel | Infrastruktur Gets or sets the level of protection on the package. | |
SafeRecursiveProjectPackageExecution | Infrastruktur Gets or sets a value that indicates whether recursive execution of the package is safe. | |
SaveCheckpoints | Infrastruktur Gets or sets a value that indicates whether the package will use checkpoints during package execution. | |
SQLFolder | Infrastruktur Gets or sets the SQL folder for the package. | |
StartTime | Infrastruktur Gets the time when the package starts execution. | |
StopTime | Infrastruktur Gets the time when the package stops execution. | |
SuppressConfigurationWarnings | Infrastruktur Gets or sets a value that indicates whether the warnings generated by configurations are suppressed. | |
SuspendRequired | Infrastruktur Gets or sets a value that indicates whether the tasks should suspend when they encounter a breakpoint. | |
TransactionOption | Infrastruktur Gets or sets a DTSTransactionOption enumeration value that indicates whether the package participates in transactions. | |
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. | |
UpdatePackage | Infrastruktur Gets or sets a value that indicates whether the packages can be updated when an updated version is found. | |
VariableDispenser | Infrastruktur Gets the dispenser of the variables in the package. | |
Variables | Infrastruktur Gets a collection that contains the variables associated with the package. | |
VersionBuild | Infrastruktur Gets or sets the build version of the package. | |
VersionComments | Infrastruktur Gets or sets the version comments associated with the package. | |
VersionGUID | Infrastruktur Gets the version GUID generated when the package is first created. | |
VersionMajor | Infrastruktur Gets or sets the major build version of the package. | |
VersionMinor | Infrastruktur Gets or sets the minor build version of the package. | |
Warnings | Infrastruktur Gets the collection of warnings set on the package. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AcceptBreakpointManager | Infrastruktur Passes a breakpoint manager to a package. | |
CheckSignature | Infrastruktur Checks the status of the digital signature of the package. | |
ComputeExpressions | Infrastruktur Computes the expression of this PackageRemote32Class object. | |
Equals | (Geerbt von Object.) | |
Execute() | Returns a DTSExecResult enumeration that contains information about the success or failure of the package execution. | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastruktur Runs the application, container, or package as part of a package workflow. | |
ExportConfigurationFile | Infrastruktur Creates an XML file that contains all deployable variables in the package. | |
Finalize | (Geerbt von Object.) | |
FindReferencedObjects | Infrastruktur Returns a reference object enumeration. | |
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. | |
GetExpression | Infrastruktur Returns a value that contains the expression for the specified property. | |
GetHashCode | (Geerbt von Object.) | |
GetObjectFromPackagePath | Infrastruktur Returns an object from the specified package path. | |
GetParentID | Infrastruktur Retrieves the parent identifier of the package. | |
GetPreExecutionPackageXML | Infrastruktur Retrieves the pre-execution of a package XML. | |
GetProject | Infrastruktur Retrieves the DTS project. | |
GetType | (Geerbt von Object.) | |
IDTSExecutable100_Execute | Infrastruktur Executes the executable. | |
IDTSExecutable100_Validate | Infrastruktur Verifies that the executable will successfully execute by validating all its dependencies and other items before executing it. | |
IDTSPackageSigning100_CheckSignature | Infrastruktur Checks the signature of the package. | |
IDTSPackageSigning100_LoadUserCertificateByHash | Infrastruktur Loads the user certificate using hash. | |
IDTSPackageSigning100_LoadUserCertificateByName | Infrastruktur Loads the user certificate by name. | |
IDTSSuspend100_ResumeExecution | Infrastruktur Resumes the execution of the task after pausing. | |
IDTSSuspend100_SuspendExecution | Infrastruktur Notifies that the executable needs to suspend. | |
ImportConfigurationFile | Infrastruktur Loads a configuration file associated with the package. | |
LoadFromXML | Infrastruktur Loads a package and all its objects that have been saved to memory in XML format. | |
LoadUserCertificateByHash | Infrastruktur Loads the user certificate using hash. | |
LoadUserCertificateByName | Infrastruktur Loads the user certificate by name. | |
MemberwiseClone | (Geerbt von Object.) | |
PasswordMatch | Infrastruktur Determines whether the specified password matches with the package password. | |
PermitUnencryptedSave | Infrastruktur Permits the unencrypted information to save. | |
ProcessConfiguration | Infrastruktur Specifies the configuration information for a package and its objects. | |
RegenerateID | Infrastruktur Creates a new GUID for the package and updates the package ID property. | |
ResumeExecution | Infrastruktur Resumes the execution of the package after pausing. | |
SaveToXML | Infrastruktur Saves the package to memory in an XML format. | |
SetExpression | Infrastruktur Assigns the specified expression to the property. | |
SetProject | Infrastruktur Sets the specified project. | |
SuspendExecution | Infrastruktur Called when the executable needs to suspend. This method is called by the runtime engine. | |
ToString | (Geerbt von Object.) | |
Validate | Infrastruktur Allows the package to determine if it contains invalid settings that will prevent it from executing successfully. |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.