Interfaccia Sequence
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
For more information, see SequenceClass.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")> _
Public Interface Sequence _
Inherits IDTSContainer100
'Utilizzo
Dim instance As Sequence
[GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface Sequence : IDTSContainer100
[GuidAttribute(L"9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface class Sequence : IDTSContainer100
[<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")>]
type Sequence =
interface
interface IDTSContainer100
end
public interface Sequence extends IDTSContainer100
Nel tipo Sequence sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
DelayValidation | Infrastruttura. Gets or sets a value that indicates whether validation of the task is delayed until run time. Ereditato da IDTSContainer100. | |
Disable | Infrastruttura. Gets or sets a value that indicates whether the IDTSContainer100 object is disabled. Ereditato da IDTSContainer100. | |
ExecutionResult | Infrastruttura. Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object. Ereditato da IDTSContainer100. | |
ExecutionStatus | Infrastruttura. Gets the current status of the execution of the IDTSContainer100 object at the time of the call. Ereditato da IDTSContainer100. | |
FailPackageOnFailure | Infrastruttura. Gets or sets a value that indicates whether the package fails when a child container fails. Ereditato da IDTSContainer100. | |
FailParentOnFailure | Infrastruttura. Gets or sets a value that indicates whether the parent container fails when a child container fails. Ereditato da IDTSContainer100. | |
ForcedExecutionValue | Infrastruttura. Gets or sets a value that specifies the optional execution value that the package returns. Ereditato da IDTSContainer100. | |
ForceExecutionResult | Infrastruttura. Gets or sets the forced execution result of the container. Ereditato da IDTSContainer100. | |
ForceExecutionValue | Infrastruttura. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value. Ereditato da IDTSContainer100. | |
IsDefaultLocaleID | Infrastruttura. Gets a value that indicates whether the container uses the default locale. Ereditato da IDTSContainer100. | |
IsolationLevel | Infrastruttura. Gets or sets the isolation level of the transaction in the IDTSContainer100 object. Ereditato da IDTSContainer100. | |
LocaleID | Infrastruttura. Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed. Ereditato da IDTSContainer100. | |
LogEntryInfos | Infrastruttura. Gets a collection of information about a log entry. Ereditato da IDTSContainer100. | |
LoggingMode | Infrastruttura. Gets or sets the logging mode of the container. Ereditato da IDTSContainer100. | |
LoggingOptions | Infrastruttura. Gets an object that contains properties that indicates the filtering and logging resource for containers. Ereditato da IDTSContainer100. | |
MaximumErrorCount | Infrastruttura. Gets or sets the maximum number of errors that can occur before the container stops running. Ereditato da IDTSContainer100. | |
Parent | Infrastruttura. Gets the parent of the container. Ereditato da IDTSContainer100. | |
TransactionOption | Infrastruttura. Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions. Ereditato da IDTSContainer100. | |
VariableDispenser | Infrastruttura. Gets an IDTSVariableDispenser100 object so variables associated with the container can be locked. Ereditato da IDTSContainer100. | |
Variables | Infrastruttura. Gets a collection that contains the variables associated with this container. Ereditato da IDTSContainer100. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
GetParentID | Infrastruttura. Gets the parent identifier of this container. Ereditato da IDTSContainer100. | |
RegenerateID | Infrastruttura. Creates a new identifier for the container and updates the container identifier. Ereditato da IDTSContainer100. |
In alto