Interface IDTSForLoop100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an interface for the ForLoop process.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("663BA968-345E-4539-9D2F-A7D538620ED0")> _
Public Interface IDTSForLoop100 _
Inherits IDTSExecutable100
'Uso
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
O tipo IDTSForLoop100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AssignExpression | Infraestrutura. Gets or sets an expression to increment or decrement the loop counter. | |
EvalExpression | Infraestrutura. Gets or sets the expression that is evaluated on each pass of the loop. | |
InitExpression | Infraestrutura. Gets or sets an optional initialization expression. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Execute | Infraestrutura. Runs the application, container, or package as part of a package workflow. | |
Validate | Infraestrutura. Allows the container to determine if it contains invalid settings that will prevent it from executing successfully. |
Início