Classe SequenceClass
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a sequence class.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.SequenceClass
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("43D65EE7-4EB9-4C98-9CE9-5612AA990AF0")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class SequenceClass _
Implements Sequence, IDTSContainer100, IDTSSequence100, IDTSExecutable100, _
IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, _
IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100
'Utilizzo
Dim instance As SequenceClass
[GuidAttribute("43D65EE7-4EB9-4C98-9CE9-5612AA990AF0")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class SequenceClass : Sequence,
IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100,
IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100,
IDTSRuntimeObject100
[GuidAttribute(L"43D65EE7-4EB9-4C98-9CE9-5612AA990AF0")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class SequenceClass : Sequence,
IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100,
IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100,
IDTSRuntimeObject100
[<GuidAttribute("43D65EE7-4EB9-4C98-9CE9-5612AA990AF0")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type SequenceClass =
class
interface Sequence
interface IDTSContainer100
interface IDTSSequence100
interface IDTSExecutable100
interface IDTSEventsProvider100
interface IDTSExecutionMetrics100
interface IDTSPropertiesProvider100
interface IDTSName100
interface IDTSBreakpointSite100
interface IDTSSuspend100
interface IDTSPersist100
interface IDTSRuntimeObject100
end
public class SequenceClass implements Sequence, IDTSContainer100, IDTSSequence100, IDTSExecutable100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSName100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100
Nel tipo SequenceClass sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
SequenceClass | Infrastruttura. Initializes a new instance of the SequenceClass class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
CreationName | Infrastruttura. Gets the string that is used to create an instance of the DtsContainer object. | |
DebugMode | Infrastruttura. Gets or sets a value that indicates whether the DtsContainer object is in debug mode. | |
DelayValidation | Infrastruttura. Gets or sets a value that indicates whether validation of the task is delayed until run time. | |
Description | Infrastruttura. Gest or sets the description of the DtsContainer object. | |
Disable | Infrastruttura. Gets or sets a value that indicates whether the DtsContainer object is disabled. | |
DisableEventHandlers | Infrastruttura. Gets or sets a value that indicates whether the event handlers on task are disabled. | |
EventHandlers | Infrastruttura. Gets a collection of event handler objects. | |
EventInfos | Infrastruttura. Gets a collection of EventInfo object. | |
Executables | Infrastruttura. Gets a collection of executable objects processed by the run-time engine during execution of this Sequence container. | |
ExecutionDuration | Infrastruttura. Returns a value that indicates the amount of time that the container spent in execution, in milliseconds. | |
ExecutionResult | Infrastruttura. Gets a value that indicates the success or failure of the execution of the DtsContainer object. | |
ExecutionStatus | Infrastruttura. Gets a value that indicates the current status of the execution of the DtsContainer object at the time of the call. | |
FailPackageOnFailure | Infrastruttura. Gets or sets a value that indicates whether the package fails when a child container fails. | |
FailParentOnFailure | Infrastruttura. Gets or sets a value that indicates whether the parent container fails when a child container fails. | |
ForcedExecutionValue | Infrastruttura. Gets or sets an object that contains a container-defined value. | |
ForceExecutionResult | Infrastruttura. Gets or sets a DTSForcedExecResult enumeration value that specifies the execution result of the container. | |
ForceExecutionValue | Infrastruttura. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. | |
ID | Infrastruttura. Gets a GUID that identifies the DtsContainer. | |
IDTSSuspend100_SuspendRequired | Infrastruttura. Gets or sets a value that indicates whether the sequence should suspend. | |
IsDefaultLocaleID | Infrastruttura. Gets or sets a value that indicates whether the container uses the default locale. | |
IsolationLevel | Infrastruttura. Gets or sets the isolation level of the transaction in the DtsContainer object. | |
LocaleID | Infrastruttura. Gets or sets the locale id to use when the DtsContainer object is executed. | |
LogEntryInfos | Infrastruttura. Gets a IDTSLogEntryInfos100 object. | |
LoggingMode | Infrastruttura. Gets or sets the logging mode of the container. | |
LoggingOptions | Infrastruttura. Gets an object that contains properties that indicates the filtering and logging resource for containers. | |
MaximumErrorCount | Infrastruttura. Gets or sets the maximum number of errors that can occur before the DtsContainer object stops running. | |
Name | Infrastruttura. Gets or sets the name of the DtsContainer. | |
Parent | Infrastruttura. Gets the parent container. | |
PrecedenceConstraints | Infrastruttura. Gets a collection of IDTSPrecedenceConstraints100. | |
Properties | Gets a collection of IDTSProperties100. | |
StartTime | Infrastruttura. Gets the time that the container began execution. | |
StopTime | Infrastruttura. Gets the time that the container ended execution. | |
SuspendRequired | Infrastruttura. Gets or sets a value that indicates whether tasks should suspend when they encounter a breakpoint. | |
TransactionOption | Infrastruttura. Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. | |
VariableDispenser | Infrastruttura. Gets a IDTSVariableDispenser100 object so variables associated with container can be locked. | |
Variables | Infrastruttura. Gets a collection that contains the variables associated with this container. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AcceptBreakpointManager | Infrastruttura. This method is called by the run-time engine when a task or container is created. | |
ComputeExpressions | Infrastruttura. Computes expressions of the SequenceClass object. | |
Equals | Ereditato da Object. | |
Execute | Infrastruttura. Runs the application. | |
Finalize | Ereditato da Object. | |
GetExpression | Infrastruttura. Returns a string that contains the expression for the specified property. | |
GetHashCode | Ereditato da Object. | |
GetParentID | Infrastruttura. Gets or sets the parent identifier of the SequenceClass object. | |
GetType | Ereditato da Object. | |
IDTSSuspend100_ResumeExecution | Infrastruttura. Resumes the suspend execution. | |
IDTSSuspend100_SuspendExecution | Infrastruttura. Suspends the execution. | |
LoadFromXML | Infrastruttura. Loads a package saves as XML format. | |
MemberwiseClone | Ereditato da Object. | |
RegenerateID | Infrastruttura. Creates a new GUID for the sequence. | |
ResumeExecution | Infrastruttura. Resumes execution of the task after pausing. | |
SaveToXML | Infrastruttura. Saves the package to XML format. | |
SetExpression | Infrastruttura. Assigns the specified expression to the property. | |
SuspendExecution | Infrastruttura. Called when the executable needs to suspend. | |
ToString | Ereditato da Object. | |
Validate | Infrastruttura. Allows the package to determine if it contains invalid settings that will prevent it from executing successfully. |
In alto
Osservazioni
For more information, see Sequence.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.