Partager via


Méthode IErrorCollectionService.HasErrors

Indicates whether the collection service has errors.

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
Function HasErrors ( _
    level As TraceLevel _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

IErrorCollectionService Interface

Espace de noms Microsoft.SqlServer.Dts.Design