Compartir a través de


TransferSqlServerObjectsTask.DtsTransferObjectException 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.TransferSqlServerObjectsTask
Ensamblado:  Microsoft.SqlServer.TransferSqlServerObjectsTask (en Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Sintaxis

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

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask..::..TransferSqlServerObjectsTask..::..DtsTransferObjectException

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.