Interfaccia IDTSContainer100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Defines properties and methods used by all containers and packages.

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 IDTSContainer100
'Utilizzo
Dim instance As IDTSContainer100
[GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface IDTSContainer100
[GuidAttribute(L"9744DAE0-F87A-45FC-B444-89E65C74BBF6")]
public interface class IDTSContainer100
[<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")>]
type IDTSContainer100 =  interface end
public interface IDTSContainer100

Nel tipo IDTSContainer100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica DelayValidation Infrastruttura. Gets or sets a value that indicates whether validation of the task is delayed until run time.
Proprietà pubblica Disable Infrastruttura. Gets or sets a value that indicates whether the IDTSContainer100 object is disabled.
Proprietà pubblica ExecutionResult Infrastruttura. Gets a value that indicates the success or failure of the execution of the IDTSContainer100 object.
Proprietà pubblica ExecutionStatus Infrastruttura. Gets the current status of the execution of the IDTSContainer100 object at the time of the call.
Proprietà pubblica FailPackageOnFailure Infrastruttura. Gets or sets a value that indicates whether the package fails when a child container fails.
Proprietà pubblica FailParentOnFailure Infrastruttura. Gets or sets a value that indicates whether the parent container fails when a child container fails.
Proprietà pubblica ForcedExecutionValue Infrastruttura. Gets or sets a value that specifies the optional execution value that the package returns.
Proprietà pubblica ForceExecutionResult Infrastruttura. Gets or sets the forced execution result of the container.
Proprietà pubblica ForceExecutionValue Infrastruttura. Gets or sets a value that indicates whether the execution value of the container should be forced to contain a particular value.
Proprietà pubblica IsDefaultLocaleID Infrastruttura. Gets a value that indicates whether the container uses the default locale.
Proprietà pubblica IsolationLevel Infrastruttura. Gets or sets the isolation level of the transaction in the IDTSContainer100 object.
Proprietà pubblica LocaleID Infrastruttura. Gets or sets the identifier of the locale to use when the IDTSContainer100 object is executed.
Proprietà pubblica LogEntryInfos Infrastruttura. Gets a collection of information about a log entry.
Proprietà pubblica LoggingMode Infrastruttura. Gets or sets the logging mode of the container.
Proprietà pubblica LoggingOptions Infrastruttura. Gets an object that contains properties that indicates the filtering and logging resource for containers.
Proprietà pubblica MaximumErrorCount Infrastruttura. Gets or sets the maximum number of errors that can occur before the container stops running.
Proprietà pubblica Parent Infrastruttura. Gets the parent of the container.
Proprietà pubblica TransactionOption Infrastruttura. Gets or sets a DTSTransactionOption enumeration value that indicates whether the container participates in transactions.
Proprietà pubblica VariableDispenser Infrastruttura. Gets an IDTSVariableDispenser100 object so variables associated with the container can be locked.
Proprietà pubblica Variables Infrastruttura. Gets a collection that contains the variables associated with this container.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetParentID Infrastruttura. Gets the parent identifier of this container.
Metodo pubblico RegenerateID Infrastruttura. Creates a new identifier for the container and updates the container identifier.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper