Partager via


Interface IDTSContainer100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Defines properties and methods used by all containers and packages.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("9744DAE0-F87A-45FC-B444-89E65C74BBF6")> _
Public Interface IDTSContainer100
'Utilisation
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

Le type IDTSContainer100 expose les membres suivants.

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique GetParentID Infrastructure. Gets the parent identifier of this container.
Méthode publique RegenerateID Infrastructure. Creates a new identifier for the container and updates the container identifier.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper