DtsCouldNotCreateManagedForEachEnumeratorException Clase
The exception that specifies that a managed ForEach enumerator could not be created. This class cannot be inherited.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public NotInheritable Class DtsCouldNotCreateManagedForEachEnumeratorException _
Inherits DtsException
'Uso
Dim instance As DtsCouldNotCreateManagedForEachEnumeratorException
[SerializableAttribute]
public sealed class DtsCouldNotCreateManagedForEachEnumeratorException : DtsException
[SerializableAttribute]
public ref class DtsCouldNotCreateManagedForEachEnumeratorException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsCouldNotCreateManagedForEachEnumeratorException =
class
inherit DtsException
end
public final class DtsCouldNotCreateManagedForEachEnumeratorException extends DtsException
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsCouldNotCreateManagedForEachEnumeratorException
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.