Share via


Classe DtsNotAManagedEnumeratorException

The exception that is thrown to specify that the enumerator is not a managed enumerator. This class cannot be inherited.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public NotInheritable Class DtsNotAManagedEnumeratorException _
    Inherits DtsException
'Utilisation
Dim instance As DtsNotAManagedEnumeratorException
[SerializableAttribute]
public sealed class DtsNotAManagedEnumeratorException : DtsException
[SerializableAttribute]
public ref class DtsNotAManagedEnumeratorException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsNotAManagedEnumeratorException =  
    class
        inherit DtsException
    end
public final class DtsNotAManagedEnumeratorException extends DtsException

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
      Microsoft.SqlServer.Dts.Runtime..::..DtsNotAManagedEnumeratorException

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.