Condividi tramite


Classe DtsError

Contains information about an error that occurred during execution. This class cannot be inherited.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime. . :: . .DtsObject
    Microsoft.SqlServer.Dts.Runtime..::..DtsError

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class DtsError _
    Inherits DtsObject
'Utilizzo
Dim instance As DtsError
public sealed class DtsError : DtsObject
public ref class DtsError sealed : public DtsObject
[<SealedAttribute>]
type DtsError =  
    class
        inherit DtsObject
    end
public final class DtsError extends DtsObject

Nel tipo DtsError sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Description Gets or sets a text description for the error.
Proprietà pubblica ErrorCode Gets or sets an error code that identifies the error.
Proprietà pubblica HelpContext Gets or sets the Help context ID.
Proprietà pubblica HelpFile Gets or sets the name of the Help file.
Proprietà pubblica IDOfInterfaceWithError Gets or sets the name of the interface that raised the error.
Proprietà pubblica Source Gets or sets the identifier of the object that caused the event.
Proprietà pubblica SubComponent Gets or sets the subcomponent that raised the error.
Proprietà pubblica TimeStamp Returns the timestamp for when the error occurred. This value is read-only.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Determines whether two object instances are equal. Ereditato da DtsObject.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code for this instance. Ereditato da DtsObject.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

The collection of errors that occur is found in the DtsErrors collection. This class inherits from DtsObject.

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.