Classe DtsComException
The exception that Integration Services raises when a COM error occurs.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class DtsComException _
Inherits DtsException
'Utilizzo
Dim instance As DtsComException
[SerializableAttribute]
public class DtsComException : DtsException
[SerializableAttribute]
public ref class DtsComException : public DtsException
[<SerializableAttribute>]
type DtsComException =
class
inherit DtsException
end
public class DtsComException extends DtsException
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsComException
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.