Compartilhar via


Método IErrorCollectionService.HasErrors

Indicates whether the collection service has errors.

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (em Microsoft.SqlServer.Dts.Design.dll)

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

IErrorCollectionService Interface

Namespace Microsoft.SqlServer.Dts.Design