Compartir a través de


IErrorCollectionService.HasErrors Método

Indicates whether the collection service has errors.

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

Sintaxis

'Declaración
Function HasErrors ( _
    level As TraceLevel _
) As Boolean
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

IErrorCollectionService Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Design