Classe ExtendedPropertyEnumerator
Supports iteration over the ExtendedProperties collection. This class cannot be inherited.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsEnumerator
Microsoft.SqlServer.Dts.Runtime.ExtendedPropertyEnumerator
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public NotInheritable Class ExtendedPropertyEnumerator _
Inherits DtsEnumerator
'Uso
Dim instance As ExtendedPropertyEnumerator
public sealed class ExtendedPropertyEnumerator : DtsEnumerator
public ref class ExtendedPropertyEnumerator sealed : public DtsEnumerator
[<SealedAttribute>]
type ExtendedPropertyEnumerator =
class
inherit DtsEnumerator
end
public final class ExtendedPropertyEnumerator extends DtsEnumerator
O tipo ExtendedPropertyEnumerator expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Current | Returns the current ExtendedProperty object from the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MoveNext | Advances the enumerator to the next element of the collection. (Herdado de DtsEnumerator.) | |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Herdado de DtsEnumerator.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.