Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets an enumerator for iterating through the parameter collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of ParameterInfo)
'Usage
Dim instance As ParameterInfos
Dim returnValue As IEnumerator(Of ParameterInfo)
returnValue = instance.GetEnumerator()
public IEnumerator<ParameterInfo> GetEnumerator()
public:
virtual IEnumerator<ParameterInfo^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<ParameterInfo>
override GetEnumerator : unit -> IEnumerator<ParameterInfo>
public final function GetEnumerator() : IEnumerator<ParameterInfo>
Return Value
Type: System.Collections.Generic.IEnumerator<ParameterInfo>
An IEnumerator<T> object that can be used to iterate through the parameter collection.
Implements
IEnumerable<T>.GetEnumerator()