Interface IDTSForLoop100
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
For more information, see ForLoopClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")> _
Public Interface IDTSForLoop100 _
Inherits IDTSExecutable100
'Uso
Dim instance As IDTSForLoop100
[GuidAttribute("695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")]
public interface IDTSForLoop100 : IDTSExecutable100
[GuidAttribute(L"695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")]
public interface class IDTSForLoop100 : IDTSExecutable100
[<GuidAttribute("695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")>]
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. For more information, see ForLoopClass. | |
EvalExpression | Infraestrutura. For more information, see ForLoopClass. | |
InitExpression | Infraestrutura. For more information, see ForLoopClass. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestrutura. For more information, see Executable. (Herdado de IDTSExecutable100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestrutura. For more information, see ForLoopClass. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestrutura. For more information, see Executable. (Herdado de IDTSExecutable100.) | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestrutura. For more information, see ForLoopClass. |
Início