ForEachVariableMappings.GetEnumerator Method ()

 

Applies To: SQL Server 2016 Preview

Returns an enumerator for use in iterating over the ForEachVariableMappings collection.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

public ForEachVariableMappingEnumerator GetEnumerator()
public:
ForEachVariableMappingEnumerator^ GetEnumerator()
member GetEnumerator : unit -> ForEachVariableMappingEnumerator
Public Function GetEnumerator As ForEachVariableMappingEnumerator

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.ForEachVariableMappingEnumerator

A ForEachVariableMappingEnumerator enumerator.

See Also

ForEachVariableMappings Class
Microsoft.SqlServer.Dts.Runtime Namespace

Return to top