Interfaz IDTSForLoop100
Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.
For more information, see ForLoopClass.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<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
El tipo IDTSForLoop100 expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AssignExpression | Infraestructura. For more information, see ForLoopClass. | |
EvalExpression | Infraestructura. For more information, see ForLoopClass. | |
InitExpression | Infraestructura. For more information, see ForLoopClass. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestructura. For more information, see Executable. (Se hereda de IDTSExecutable100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infraestructura. For more information, see ForLoopClass. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestructura. For more information, see Executable. (Se hereda de IDTSExecutable100.) | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infraestructura. For more information, see ForLoopClass. |
Arriba