Udostępnij przez


Metoda IErrorCollectionService.HasErrors

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Design
Zestaw:  Microsoft.SqlServer.Dts.Design (w Microsoft.SqlServer.Dts.Design.dll)

Składnia

'Deklaracja
Function HasErrors ( _
    level As TraceLevel _
) As Boolean
'Użycie
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

Parametry

Wartość zwracana

Typ: System.Boolean