ForLoopClass Class
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see ForLoop.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.Wrapper.ForLoopClass
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("178081DA-576F-49DE-996C-1B8587C9F2DB")> _
<ClassInterfaceAttribute()> _
Public Class ForLoopClass _
Implements IDTSExecutable100, ForLoop, IDTSForLoop100, IDTSContainer100, _
IDTSSequence100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSBreakpointSite100, _
IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSName100
'Usage
Dim instance As ForLoopClass
[GuidAttribute("178081DA-576F-49DE-996C-1B8587C9F2DB")]
[ClassInterfaceAttribute()]
public class ForLoopClass : IDTSExecutable100,
ForLoop, IDTSForLoop100, IDTSContainer100, IDTSSequence100, IDTSEventsProvider100,
IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100,
IDTSRuntimeObject100, IDTSName100
[GuidAttribute(L"178081DA-576F-49DE-996C-1B8587C9F2DB")]
[ClassInterfaceAttribute()]
public ref class ForLoopClass : IDTSExecutable100,
ForLoop, IDTSForLoop100, IDTSContainer100, IDTSSequence100, IDTSEventsProvider100,
IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100,
IDTSRuntimeObject100, IDTSName100
[<GuidAttribute("178081DA-576F-49DE-996C-1B8587C9F2DB")>]
[<ClassInterfaceAttribute()>]
type ForLoopClass =
class
interface IDTSExecutable100
interface ForLoop
interface IDTSForLoop100
interface IDTSContainer100
interface IDTSSequence100
interface IDTSEventsProvider100
interface IDTSExecutionMetrics100
interface IDTSPropertiesProvider100
interface IDTSBreakpointSite100
interface IDTSSuspend100
interface IDTSPersist100
interface IDTSRuntimeObject100
interface IDTSName100
end
public class ForLoopClass implements IDTSExecutable100, ForLoop, IDTSForLoop100, IDTSContainer100, IDTSSequence100, IDTSEventsProvider100, IDTSExecutionMetrics100, IDTSPropertiesProvider100, IDTSBreakpointSite100, IDTSSuspend100, IDTSPersist100, IDTSRuntimeObject100, IDTSName100
The ForLoopClass type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssignExpression | Infrastructure. For more information, see ForLoop. | |
CreationName | Infrastructure. For more information, see ForLoop. | |
DebugMode | Infrastructure. For more information, see ForLoop. | |
DelayValidation | Infrastructure. For more information, see ForLoop. | |
Description | Infrastructure. For more information, see ForLoop. | |
Disable | Infrastructure. For more information, see ForLoop. | |
DisableEventHandlers | Infrastructure. For more information, see ForLoop. | |
EvalExpression | Infrastructure. For more information, see ForLoop. | |
EventHandlers | Infrastructure. For more information, see ForLoop. | |
EventInfos | Infrastructure. For more information, see ForLoop. | |
Executables | Infrastructure. For more information, see ForLoop. | |
ExecutionDuration | Infrastructure. For more information, see ForLoop. | |
ExecutionResult | Infrastructure. For more information, see ForLoop. | |
ExecutionStatus | Infrastructure. For more information, see ForLoop. | |
FailPackageOnFailure | Infrastructure. For more information, see ForLoop. | |
FailParentOnFailure | Infrastructure. For more information, see ForLoop. | |
ForcedExecutionValue | Infrastructure. For more information, see ForLoop. | |
ForceExecutionResult | Infrastructure. For more information, see ForLoop. | |
ForceExecutionValue | Infrastructure. For more information, see ForLoop. | |
ID | Infrastructure. For more information, see ForLoop. | |
IDTSSuspend100_SuspendRequired | Infrastructure. | |
InitExpression | Infrastructure. For more information, see ForLoop. | |
IsDefaultLocaleID | Infrastructure. For more information, see ForLoop. | |
IsolationLevel | Infrastructure. For more information, see ForLoop. | |
LocaleID | Infrastructure. For more information, see ForLoop. | |
LogEntryInfos | Infrastructure. For more information, see ForLoop. | |
LoggingMode | Infrastructure. For more information, see ForLoop. | |
LoggingOptions | Infrastructure. For more information, see ForLoop. | |
MaximumErrorCount | Infrastructure. For more information, see ForLoop. | |
Name | Infrastructure. For more information, see ForLoop. | |
Parent | Infrastructure. For more information, see ForLoop. | |
PrecedenceConstraints | Infrastructure. For more information, see ForLoop. | |
Properties | Infrastructure. For more information, see ForLoop. | |
StartTime | Infrastructure. For more information, see ForLoop. | |
StopTime | Infrastructure. For more information, see ForLoop. | |
SuspendRequired | Infrastructure. For more information, see ForLoop. | |
TransactionOption | Infrastructure. For more information, see ForLoop. | |
VariableDispenser | Infrastructure. For more information, see ForLoop. | |
Variables | Infrastructure. For more information, see ForLoop. |
Top
Methods
Name | Description | |
---|---|---|
AcceptBreakpointManager | Infrastructure. | |
Equals | (Inherited from Object.) | |
Execute | Infrastructure. | |
Finalize | (Inherited from Object.) | |
GetExpression | Infrastructure. For more information, see ForLoop. | |
GetHashCode | (Inherited from Object.) | |
GetParentID | Infrastructure. | |
GetType | (Inherited from Object.) | |
IDTSForLoop100_Execute | Infrastructure. | |
IDTSForLoop100_Validate | Infrastructure. | |
IDTSSuspend100_ResumeExecution | Infrastructure. | |
IDTSSuspend100_SuspendExecution | Infrastructure. | |
LoadFromXML | Infrastructure. | |
MemberwiseClone | (Inherited from Object.) | |
RegenerateID | Infrastructure. For more information, see ForLoop. | |
ResumeExecution | Infrastructure. For more information, see ForLoop. | |
SaveToXML | Infrastructure. | |
SetExpression | Infrastructure. For more information, see ForLoop. | |
SuspendExecution | Infrastructure. For more information, see ForLoop. | |
ToString | (Inherited from Object.) | |
Validate | Infrastructure. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.