IErrorManagerLimiter Interface

Used to change the way the error manager shows the errors.

Namespace:  Microsoft.Data.Schema.Common
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Interface IErrorManagerLimiter
'Usage
Dim instance As IErrorManagerLimiter
public interface IErrorManagerLimiter
public interface class IErrorManagerLimiter
public interface IErrorManagerLimiter
[<AbstractClassAttribute>]
type IErrorManagerLimiter =  interface end

Remarks

The error manager will try to float errors to the top and warnings to the bottom. If this interface is provided, then suppressions and "treat warnings as errors" will be honored.

See Also

Reference

IErrorManagerLimiter Members

Microsoft.Data.Schema.Common Namespace