Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents an interface for the ForLoop process.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")> _
Public Interface IDTSForLoop100 _
Inherits IDTSExecutable100
'Utilisation
Dim instance As IDTSForLoop100
[GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")]
public interface IDTSForLoop100 : IDTSExecutable100
[GuidAttribute(L"663BA968-345E-4539-9D2F-A7D538620ED0")]
public interface class IDTSForLoop100 : IDTSExecutable100
[<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")>]
type IDTSForLoop100 =
interface
interface IDTSExecutable100
end
public interface IDTSForLoop100 extends IDTSExecutable100
Le type IDTSForLoop100 expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
AssignExpression | Infrastructure. Gets or sets an expression to increment or decrement the loop counter. |
![]() |
EvalExpression | Infrastructure. Gets or sets the expression that is evaluated on each pass of the loop. |
![]() |
InitExpression | Infrastructure. Gets or sets an optional initialization expression. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Execute | Infrastructure. Runs the application, container, or package as part of a package workflow. |
![]() |
Validate | Infrastructure. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. |
Haut de la page
.gif)
.gif)