Compartir a través de


Interfaz 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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
Public Interface IErrorCollectionService
'Uso
Dim instance As IErrorCollectionService
public interface IErrorCollectionService
public interface class IErrorCollectionService
type IErrorCollectionService =  interface end
public interface IErrorCollectionService

El tipo IErrorCollectionService expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público ClearErrors Clears the error cache.
Método público GetErrorMessage() Returns a String that contains a combined error message, which includes the error message, the component, and the subcomponent, for each error.
Método público GetErrorMessage(Boolean) Returns a String that contains the error message.
Método público GetErrors Retrieves the list of errors and stores them in an ICollection.
Método público HasErrors Indicates whether the collection service has errors.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Design