Classe ForEachItemValueEnumerator
Implements an enumerator over the ForEachItemValue collection. This class cannot be inherited.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime.Enumerators.Item..::..ForEachItemValueEnumerator
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Enumerators.Item
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ForEachItemValueEnumerator _
Implements IEnumerator
'Utilizzo
Dim instance As ForEachItemValueEnumerator
public sealed class ForEachItemValueEnumerator : IEnumerator
public ref class ForEachItemValueEnumerator sealed : IEnumerator
[<SealedAttribute>]
type ForEachItemValueEnumerator =
class
interface IEnumerator
end
public final class ForEachItemValueEnumerator implements IEnumerator
Nel tipo ForEachItemValueEnumerator sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Current | Gets the current ForEachItemValue object in the collection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
MoveNext | Advances the enumerator to the next element of the collection. | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.