Dieser Artikel wurde noch nicht bewertet - Dieses Thema bewerten.

Sequence-Klasse

Defines a control flow that is a subset of the package control flow. Use Sequence containers to group the package into multiple separate control flows that each contain one or more tasks and containers that run within the overall package control flow. This class cannot be inherited.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public sealed class Sequence : EventsProvider, 
	IDTSSequence, IDTSPropertiesProvider, IDTSPropertiesProviderEx, IDTSPackagePath, IDTSExecutionPath

Der Sequence-Typ macht folgende Elemente verfügbar.

  NameBeschreibung
Öffentliche EigenschaftCreationNameReturns the string that is used to create an instance of the DtsContainer object. This property is read-only. (Geerbt von DtsContainer.)
Öffentliche EigenschaftDebugModeGets or sets a Boolean that indicates whether the DtsContainer object is in debug mode and whether it should fire the OnBreakpointHit event while running. (Geerbt von DtsContainer.)
Öffentliche EigenschaftDelayValidationGets or sets a Boolean that indicates whether validation of the task is delayed until run time. The default value is false. (Geerbt von DtsContainer.)
Öffentliche EigenschaftDescriptionGets or sets the description of the DtsContainer object. (Geerbt von DtsContainer.)
Öffentliche EigenschaftDisableA Boolean that indicates if the DtsContainer object is disabled. (Geerbt von DtsContainer.)
Öffentliche EigenschaftDisableEventHandlersGets or sets a Boolean that indicates whether the event handlers on task are disabled. (Geerbt von EventsProvider.)
Öffentliche EigenschaftEventHandlersReturns a collection of event handler objects. This field is read-only. (Geerbt von EventsProvider.)
Öffentliche EigenschaftEventInfosReturns a collection of EventInfo objects. This field is read-only. (Geerbt von EventsProvider.)
Öffentliche EigenschaftExecutablesReturns a collection of executable objects processed by the run-time engine during execution of this Sequence container. This property is read-only.
Öffentliche EigenschaftExecutionDurationReturns a value that indicates the amount of time that the container spent in execution, in milliseconds. This property is read-only. (Geerbt von DtsContainer.)
Öffentliche EigenschaftExecutionResultReturns a value that indicates the success or failure of the execution of the DtsContainer object. (Geerbt von DtsContainer.)
Öffentliche EigenschaftExecutionStatusReturns a value that indicates the current status of the execution of the DtsContainer object at the time of the call. (Geerbt von DtsContainer.)
Öffentliche EigenschaftFailPackageOnFailureGets or sets a Boolean that indicates whether the package fails when a child container fails. This property is used on containers, not the package itself. (Geerbt von DtsContainer.)
Öffentliche EigenschaftFailParentOnFailureGets or sets a Boolean that defines whether the parent container fails when a child container fails. (Geerbt von DtsContainer.)
Öffentliche EigenschaftForcedExecutionValueIf the ForceExecutionValue property is set to True, gets or sets a value that specifies the optional execution value that the package returns. (Geerbt von DtsContainer.)
Öffentliche EigenschaftForceExecutionResultGets or sets a DTSForcedExecResult enumeration value that specifies the forced execution result of the container. (Geerbt von DtsContainer.)
Öffentliche EigenschaftForceExecutionValueGets or sets a Boolean that indicates whether the execution value of the container should be forced to contain a particular value. (Geerbt von DtsContainer.)
Öffentliche EigenschaftHasExpressionsGets a value that indicates whether the specified Sequence has expressions.
Öffentliche EigenschaftIDReturns the ID, which is a GUID, of the DtsContainer. The value is read-only. (Geerbt von DtsContainer.)
Öffentliche EigenschaftIsDefaultLocaleIDA Boolean that indicates whether the container uses the default locale. This property is read-only. (Geerbt von DtsContainer.)
Öffentliche EigenschaftIsolationLevelGets or sets the isolation level of the transaction in the DtsContainer object. (Geerbt von DtsContainer.)
Öffentliche EigenschaftLocaleIDGets or sets an Integer that indicates the Microsoft Win32® localeID to use when the DtsContainer object is executed. (Geerbt von DtsContainer.)
Öffentliche EigenschaftLogEntryInfosReturns a LogEntryInfos object. This property is read-only. (Geerbt von DtsContainer.)
Öffentliche EigenschaftLoggingModeGets or sets a valid value from the DTSLoggingMode enumeration that indicates the logging mode of the container. (Geerbt von DtsContainer.)
Öffentliche EigenschaftLoggingOptionsReturns an object that contains properties that indicates the filtering and logging resource for containers. This property is read-only. (Geerbt von DtsContainer.)
Öffentliche EigenschaftMaximumErrorCountGets or sets an Integer value that indicates the maximum number of errors that can occur before the DtsContainer object stops running. (Geerbt von DtsContainer.)
Öffentliche EigenschaftNameGets or sets the name of the DtsContainer. (Geerbt von DtsContainer.)
Öffentliche EigenschaftParentReturns the parent container. The value is read-only. (Geerbt von DtsContainer.)
Öffentliche EigenschaftPrecedenceConstraintsReturns a collection of PrecedenceConstraint objects that describe the precedence constraints that link container-level containers and tasks into an ordered control flow
Öffentliche EigenschaftPropertiesReturns a collection of DtsProperty objects that contain properties relating to the sequence container.
Öffentliche EigenschaftSiteInfrastruktur Gets or sets the site for the container. (Geerbt von DtsContainer.)
Öffentliche EigenschaftStartTimeReturns the time that the container began execution. This property is read-only. (Geerbt von DtsContainer.)
Öffentliche EigenschaftStopTimeReturns the time that the container ended execution. This property is read-only. (Geerbt von DtsContainer.)
Öffentliche EigenschaftSuspendRequiredGets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered. (Geerbt von DtsContainer.)
Öffentliche EigenschaftTransactionOptionGets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. (Geerbt von DtsContainer.)
Öffentliche EigenschaftVariableDispenserReturns a VariableDispenser object so variables associated with the container can be locked. (Geerbt von DtsContainer.)
Öffentliche EigenschaftVariablesReturns a collection that contains the variables associated with this container. This property is read-only. (Geerbt von DtsContainer.)
Zum Anfang
  NameBeschreibung
Öffentliche MethodeAcceptBreakpointManagerThis method is called by the run-time engine when a task or container is created, and passes it a BreakpointManager manager to allow the task to create, remove, and check the status of breakpoints. This method is called by the runtime and is not used in code. (Geerbt von DtsContainer.)
Öffentliche MethodeDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Geerbt von DtsContainer.)
Öffentliche MethodeEqualsDetermines whether two object instances are equal. (Geerbt von DtsObject.)
Öffentliche MethodeExecuteRuns the application, container, or package as part of a package workflow. (Geerbt von DtsContainer.)
Öffentliche MethodeGetExecutionPathReturns the execution path of the current sequence.
Öffentliche MethodeGetExpressionReturns a String that contains the expression for the specified property. Null means no expression is assigned.
Öffentliche MethodeGetHashCodeReturns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche MethodeGetPackagePathReturns the path of the package that the sequence container is a part of.
Öffentliche MethodeGetType (Geerbt von Object.)
Öffentliche MethodeLoadFromXMLThis method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method. (Geerbt von DtsContainer.)
Öffentliche MethodeResumeExecutionResumes execution of the task after pausing. The task or container is resumed by the runtime engine. (Geerbt von DtsContainer.)
Öffentliche MethodeSaveToXMLThis method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method. (Geerbt von DtsContainer.)
Öffentliche MethodeSetExpressionAssigns the specified expression to the property. Specify null to remove an existing expression from the property.
Öffentliche MethodeSuspendExecutionCalled when the executable needs to suspend. This method is called by the runtime engine. (Geerbt von DtsContainer.)
Öffentliche MethodeToString (Geerbt von Object.)
Öffentliche MethodeValidateAllows the container to determine if it contains invalid settings that will prevent it from executing successfully. (Geerbt von DtsContainer.)
Zum Anfang
  NameBeschreibung
Öffentliches EreignisDisposedAdds an event handler to listen to the Disposed event on the component. (Geerbt von DtsContainer.)
Zum Anfang
  NameBeschreibung
Geschütztes Feldm_executableInfrastruktur The executable. (Geerbt von Executable.)
Zum Anfang

This class inherits from the following class and interfaces:

For more information about the Sequence container, see Sequenzcontainer and Sequenzcontainer.

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Fanden Sie dies hilfreich?
(1500 verbleibende Zeichen)

Community-Beiträge

HINZUFÜGEN
© 2013 Microsoft. Alle Rechte vorbehalten.