共用方式為


TransferSqlServerObjectsTask.DtsTransferObjectException 類別

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.TransferSqlServerObjectsTask
組件:  Microsoft.SqlServer.TransferSqlServerObjectsTask (在 Microsoft.SqlServer.TransferSqlServerObjectsTask.dll 中)

語法

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

繼承階層

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask..::..TransferSqlServerObjectsTask..::..DtsTransferObjectException

執行緒安全性

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