Share via


Classe DtsSqlException

The exception that is thrown when there is an error in a SQL Task.

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

Syntaxe

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

Notes

This class is instantiated by the DtsException class when an error occurs in a SQL Task.

Hiérarchie d'héritage

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

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.