IDTSForLoop100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see ForLoopClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")> _
Public Interface IDTSForLoop100 _
Inherits IDTSExecutable100
'Usage
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
The IDTSForLoop100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssignExpression | Infrastructure. For more information, see ForLoopClass. | |
EvalExpression | Infrastructure. For more information, see ForLoopClass. | |
InitExpression | Infrastructure. For more information, see ForLoopClass. |
Top
Methods
Name | Description | |
---|---|---|
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastructure. For more information, see Executable. (Inherited from IDTSExecutable100.) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | Infrastructure. For more information, see ForLoopClass. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infrastructure. For more information, see Executable. (Inherited from IDTSExecutable100.) | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | Infrastructure. For more information, see ForLoopClass. |
Top