Classe ExtendedPropertyEnumerator

Supports iteration over the ExtendedProperties collection. This class cannot be inherited.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ExtendedPropertyEnumerator _
    Inherits DtsEnumerator
'Utilizzo
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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsEnumerator
    Microsoft.SqlServer.Dts.Runtime..::..ExtendedPropertyEnumerator

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.