IDTSForLoop100 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
For more information, see ForLoopClass.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("695D6C23-66C4-4EE6-975A-9F3D0C7AB6C9")> _
Public Interface IDTSForLoop100 _
Inherits IDTSExecutable100
用法
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
IDTSForLoop100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
AssignExpression | 基础结构。For more information, see ForLoopClass. | |
EvalExpression | 基础结构。For more information, see ForLoopClass. | |
InitExpression | 基础结构。For more information, see ForLoopClass. |
页首
方法
名称 | 说明 | |
---|---|---|
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | 基础结构。For more information, see Executable. (从 IDTSExecutable100 继承。) | |
Execute(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100, Object) | 基础结构。For more information, see ForLoopClass. | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | 基础结构。For more information, see Executable. (从 IDTSExecutable100 继承。) | |
Validate(IDTSConnections100, IDTSVariables100, IDTSEvents100, IDTSLogging100) | 基础结构。For more information, see ForLoopClass. |
页首