Classe TransferSqlServerObjectsTask.DtsTransferObjectException
The exception that is thrown at load time if the persisted name of the XML root node of the task is corrupt.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask..::..TransferSqlServerObjectsTask..::..DtsTransferObjectException
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (in Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class DtsTransferObjectException _
Inherits Exception
'Utilizzo
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
Nel tipo TransferSqlServerObjectsTask..::..DtsTransferObjectException sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Ereditato da Exception. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.