次の方法で共有


DtsSqlException クラス

SQL タスクにエラーが発生した場合にスローされる例外です。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
<SerializableAttribute> _
Public Class DtsSqlException _
    Inherits DtsException
'使用
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

説明

SQL タスクでエラーが発生すると、このクラスは DtsException クラスによりインスタンス化されます。

継承階層

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

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。