DtsNotATaskException 類別
The exception that is thrown to specify that an internal error occurred when a managed wrapper is used for a native object that is not of the correct type.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
<SerializableAttribute> _
Public NotInheritable Class DtsNotATaskException _
Inherits DtsException
'用途
Dim instance As DtsNotATaskException
[SerializableAttribute]
public sealed class DtsNotATaskException : DtsException
[SerializableAttribute]
public ref class DtsNotATaskException sealed : public DtsException
[<SealedAttribute>]
[<SerializableAttribute>]
type DtsNotATaskException =
class
inherit DtsException
end
public final class DtsNotATaskException extends DtsException
備註
This error is not useable in a try...catch block.
繼承階層
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Runtime. . :: . .DtsException
Microsoft.SqlServer.Dts.Runtime..::..DtsNotATaskException
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。