Compartir a través de


TransferStoredProceduresTask.DtsTransferSPException Clase

The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
Ensamblado:  Microsoft.SqlServer.TransferStoredProceduresTask (en Microsoft.SqlServer.TransferStoredProceduresTask.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class DtsTransferSPException _
    Inherits Exception
'Uso
Dim instance As TransferStoredProceduresTask.DtsTransferSPException
[SerializableAttribute]
public class DtsTransferSPException : Exception
[SerializableAttribute]
public ref class DtsTransferSPException : public Exception
[<SerializableAttribute>]
type DtsTransferSPException =  
    class
        inherit Exception
    end
public class DtsTransferSPException extends Exception

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask..::..TransferStoredProceduresTask..::..DtsTransferSPException

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.