Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Indicates whether the collection service has errors.
Namespace: Microsoft.SqlServer.Dts.Design
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
Syntax
'Declaration
Function HasErrors ( _
level As TraceLevel _
) As Boolean
'Usage
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
Parameters
- level
Type: System.Diagnostics.TraceLevel
The trace level.
Return Value
Type: System.Boolean
True if the collection service has errors; otherwise, false.