Interfaz ForLoop
Esta API admite la infraestructura de SQL Server 2012 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("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface ForLoop _
Inherits IDTSExecutable100
'Uso
Dim instance As ForLoop
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface ForLoop : IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class ForLoop : IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
type ForLoop =
interface
interface IDTSExecutable100
end
public interface ForLoop extends IDTSExecutable100
El tipo ForLoop expone los siguientes miembros.
Métodos
Nombre | Descripción | |
---|---|---|
Execute | Infraestructura. Executes the executable. (Se hereda de IDTSExecutable100.) | |
Validate | Infraestructura. Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. (Se hereda de IDTSExecutable100.) |
Arriba