Freigeben über


DtsError-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public NotInheritable Class DtsError _
    Inherits DtsObject
'Usage
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

Der DtsError-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.