IErrorCollectionService.HasErrors 메서드
Indicates whether the collection service has errors.
네임스페이스: Microsoft.SqlServer.Dts.Design
어셈블리: Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)
구문
‘선언
Function HasErrors ( _
level As TraceLevel _
) As Boolean
‘사용 방법
Dim instance As IErrorCollectionService
Dim level As TraceLevel
Dim returnValue As Boolean
returnValue = instance.HasErrors(level)
bool HasErrors(
TraceLevel level
)
bool HasErrors(
TraceLevel level
)
abstract HasErrors :
level:TraceLevel -> bool
function HasErrors(
level : TraceLevel
) : boolean
매개 변수
- level
유형: System.Diagnostics.TraceLevel
The trace level.
반환 값
유형: System.Boolean
True if the collection service has errors; otherwise, false.