Share via


IDTSParameterAssignments.GetEnumerator Method

Gets the enumerator that iterates through the collection.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntax

'Declaration
Function GetEnumerator As IEnumerator
'Usage
Dim instance As IDTSParameterAssignments 
Dim returnValue As IEnumerator 

returnValue = instance.GetEnumerator()
IEnumerator GetEnumerator()
IEnumerator^ GetEnumerator()
abstract GetEnumerator : unit -> IEnumerator
function GetEnumerator() : IEnumerator

Return Value

Type: System.Collections.IEnumerator
An IEnumerator object that can be used to iterate through the collection.

See Also

Reference

IDTSParameterAssignments Interface

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace