ForLoop 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
For more information, see ForLoopClass.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface ForLoop _
Inherits IDTSExecutable100
'用途
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
ForLoop 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Execute | 基礎結構。Executes the executable. (繼承自 IDTSExecutable100。) | |
Validate | 基礎結構。Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. (繼承自 IDTSExecutable100。) |
上層