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

参数

返回值

类型:System.Boolean
True if the collection service has errors; otherwise, false.

请参阅

参考

IErrorCollectionService 接口

Microsoft.SqlServer.Dts.Design 命名空间