Share via


DtsCouldNotCreateManagedConnectionException Clase

The exception that specifies that a managed connection 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 DtsCouldNotCreateManagedConnectionException _
    Inherits DtsException
'Uso
Dim instance As DtsCouldNotCreateManagedConnectionException
[SerializableAttribute]
public sealed class DtsCouldNotCreateManagedConnectionException : DtsException
[SerializableAttribute]
public ref class DtsCouldNotCreateManagedConnectionException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsCouldNotCreateManagedConnectionException =  
    class
        inherit DtsException
    end
public final class DtsCouldNotCreateManagedConnectionException extends DtsException

Jerarquía de herencia

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

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.