共用方式為


TransferStoredProceduresTask.DtsTransferSPException 類別

The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt.

命名空間:  Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask
組件:  Microsoft.SqlServer.TransferStoredProceduresTask (在 Microsoft.SqlServer.TransferStoredProceduresTask.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Class DtsTransferSPException _
    Inherits Exception
'用途
Dim instance As TransferStoredProceduresTask.DtsTransferSPException
[SerializableAttribute]
public class DtsTransferSPException : Exception
[SerializableAttribute]
public ref class DtsTransferSPException : public Exception
[<SerializableAttribute>]
type DtsTransferSPException =  
    class
        inherit Exception
    end
public class DtsTransferSPException extends Exception

繼承階層

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Tasks.TransferStoredProceduresTask..::..TransferStoredProceduresTask..::..DtsTransferSPException

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。