Share via


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.

네임스페이스:  Microsoft.SqlServer.Dts.Design
어셈블리:  Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)

구문

‘선언
Public Interface IErrorCollectionService
‘사용 방법
Dim instance As IErrorCollectionService
public interface IErrorCollectionService
public interface class IErrorCollectionService
type IErrorCollectionService =  interface end
public interface IErrorCollectionService

IErrorCollectionService 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 ClearErrors Clears the error cache.
공용 메서드 GetErrorMessage() Returns a String that contains a combined error message, which includes the error message, the component, and the subcomponent, for each error.
공용 메서드 GetErrorMessage(Boolean) Returns a String that contains the error message.
공용 메서드 GetErrors Retrieves the list of errors and stores them in an ICollection.
공용 메서드 HasErrors Indicates whether the collection service has errors.

맨 위로 이동

참고 항목

참조

Microsoft.SqlServer.Dts.Design 네임스페이스