Classe DtsSqlException
The exception that is thrown when there is an error in a SQL Task.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class DtsSqlException _
Inherits DtsException
'Utilizzo
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
Osservazioni
This class is instantiated by the DtsException class when an error occurs in a SQL Task.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsSqlException
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.