Freigeben über


IDTSParameterAssignments.GetEnumerator-Methode

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

Rückgabewert

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

Siehe auch

Verweis

IDTSParameterAssignments Schnittstelle

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask-Namespace