Ce sujet n'a pas encore été évalué - Évaluez ce sujet

Classe DtsError

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
public sealed class DtsError : DtsObject

Le type DtsError expose les membres suivants.

  NomDescription
Propriété publiqueDescriptionGets or sets a text description for the error.
Propriété publiqueErrorCodeGets or sets an error code that identifies the error.
Propriété publiqueHelpContextGets or sets the Help context ID.
Propriété publiqueHelpFileGets or sets the name of the Help file.
Propriété publiqueIDOfInterfaceWithErrorGets or sets the name of the interface that raised the error.
Propriété publiqueSourceGets or sets the identifier of the object that caused the event.
Propriété publiqueSubComponentGets or sets the subcomponent that raised the error.
Propriété publiqueTimeStampReturns the timestamp for when the error occurred. This value is read-only.
Haut de la page
  NomDescription
Méthode publiqueEqualsDetermines whether two object instances are equal. (hérité de DtsObject.)
Méthode protégéeFinalize (hérité de Object.)
Méthode publiqueGetHashCodeReturns the hash code for this instance. (hérité de DtsObject.)
Méthode publiqueGetType (hérité de Object.)
Méthode protégéeMemberwiseClone (hérité de Object.)
Méthode publiqueToString (hérité de Object.)
Haut de la page

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

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
© 2013 Microsoft. Tous droits réservés.