Partager via


Interface IErrorCollectionService

Captures events from data flow components when you need to capture all the errors and warnings raised by the component instead of receiving only the last error or warning.

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Public Interface IErrorCollectionService
'Utilisation
Dim instance As IErrorCollectionService
public interface IErrorCollectionService
public interface class IErrorCollectionService
type IErrorCollectionService =  interface end
public interface IErrorCollectionService

Le type IErrorCollectionService expose les membres suivants.

Méthodes

  Nom Description
Méthode publique ClearErrors Clears the error cache.
Méthode publique GetErrorMessage() Returns a String that contains a combined error message, which includes the error message, the component, and the subcomponent, for each error.
Méthode publique GetErrorMessage(Boolean) Returns a String that contains the error message.
Méthode publique GetErrors Retrieves the list of errors and stores them in an ICollection.
Méthode publique HasErrors Indicates whether the collection service has errors.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Design