SequenceClass Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents a sequence class.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
[TypeLibTypeAttribute(TypeLibTypeFlags::FCanCreate)] [GuidAttribute("79311620-29A0-4811-998E-806847F6FBF8")] [ClassInterfaceAttribute(ClassInterfaceType::None)] [DefaultMemberAttribute("StartTime")] public ref class SequenceClass : Sequence, IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100
| Name | Description | |
|---|---|---|
![]() | SequenceClass() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SequenceClass class. |
| Name | Description | |
|---|---|---|
![]() | CreationName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the string that is used to create an instance of the DtsContainer object. |
![]() | DebugMode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the DtsContainer object is in debug mode. |
![]() | DelayValidation | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether validation of the task is delayed until run time. |
![]() | Description | This API supports the product infrastructure and is not intended to be used directly from your code. Gest or sets the description of the DtsContainer object. |
![]() | Disable | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the DtsContainer object is disabled. |
![]() | DisableEventHandlers | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the event handlers on task are disabled. |
![]() | EventHandlers | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of event handler objects. |
![]() | EventInfos | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of EventInfo object. |
![]() | Executables | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of executable objects processed by the run-time engine during execution of this Sequence container. |
![]() | ExecutionDuration | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. |
![]() | ExecutionResult | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates the success or failure of the execution of the DtsContainer object. |
![]() | ExecutionStatus | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value that indicates the current status of the execution of the DtsContainer object at the time of the call. |
![]() | FailPackageOnFailure | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the package fails when a child container fails. |
![]() | FailParentOnFailure | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the parent container fails when a child container fails. |
![]() | ForcedExecutionValue | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets an object that contains a container-defined value. |
![]() | ForceExecutionResult | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a DTSForcedExecResult enumeration value that specifies the execution result of the container. |
![]() | ForceExecutionValue | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. |
![]() | ID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a GUID that identifies the DtsContainer. |
![]() | IDTSSuspend100_SuspendRequired | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the sequence should suspend. |
![]() | IsDefaultLocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether the container uses the default locale. |
![]() | IsolationLevel | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the isolation level of the transaction in the DtsContainer object. |
![]() | LocaleID | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the locale id to use when the DtsContainer object is executed. |
![]() | LogEntryInfos | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a IDTSLogEntryInfos100 object. |
![]() | LoggingMode | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the logging mode of the container. |
![]() | LoggingOptions | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an object that contains properties that indicates the filtering and logging resource for containers. |
![]() | MaximumErrorCount | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the maximum number of errors that can occur before the DtsContainer object stops running. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the DtsContainer. |
![]() | Parent | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the parent container. |
![]() | PrecedenceConstraints | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of IDTSPrecedenceConstraints100. |
![]() | Properties | Gets a collection of IDTSProperties100. |
![]() | StartTime | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the time that the container began execution. |
![]() | StopTime | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the time that the container ended execution. |
![]() | SuspendRequired | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether tasks should suspend when they encounter a breakpoint. |
![]() | TransactionOption | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. |
![]() | VariableDispenser | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a IDTSVariableDispenser100 object so variables associated with container can be locked. |
![]() | Variables | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection that contains the variables associated with this container. |
| Name | Description | |
|---|---|---|
![]() | AcceptBreakpointManager(IDTSBreakpointManager100^) | This API supports the product infrastructure and is not intended to be used directly from your code. This method is called by the run-time engine when a task or container is created. |
![]() | ComputeExpressions(Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Computes expressions of the SequenceClass object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Execute(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^, Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Runs the application. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetExpression(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string that contains the expression for the specified property. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetParentID() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the parent identifier of the SequenceClass object. |
![]() | GetType() | (Inherited from Object.) |
![]() | IDTSSuspend100_ResumeExecution() | This API supports the product infrastructure and is not intended to be used directly from your code. Resumes the suspend execution. |
![]() | IDTSSuspend100_SuspendExecution() | This API supports the product infrastructure and is not intended to be used directly from your code. Suspends the execution. |
![]() | LoadFromXML(Object^, IDTSEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads a package saves as XML format. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RegenerateID() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new GUID for the sequence. |
![]() | ResumeExecution() | This API supports the product infrastructure and is not intended to be used directly from your code. Resumes execution of the task after pausing. |
![]() | SaveToXML(Object^, Object^, IDTSEvents100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Saves the package to XML format. |
![]() | SetExpression(String^, String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Assigns the specified expression to the property. |
![]() | SuspendExecution() | This API supports the product infrastructure and is not intended to be used directly from your code. Called when the executable needs to suspend. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate(IDTSConnections100^, IDTSVariables100^, IDTSEvents100^, IDTSLogging100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Allows the package to determine if it contains invalid settings that will prevent it from executing successfully. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


