Delen via


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
Public property AssignExpression Infrastructure. For more information, see ForLoopClass.
Public property EvalExpression Infrastructure. For more information, see ForLoopClass.
Public property InitExpression Infrastructure. For more information, see ForLoopClass.

Top