Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indicates whether the collection service has errors.
Spazio dei nomi Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Sintassi
'Dichiarazione
Function HasErrors ( _
level As TraceLevel _
) As Boolean
'Utilizzo
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
Parametri
- level
Tipo: System.Diagnostics.TraceLevel
The trace level.
Valore restituito
Tipo: System.Boolean
True if the collection service has errors; otherwise, false.