ErrorManager.Remove Method (IList<DataSchemaError>, Object)

Removes the list of DataSchemaError from the error manager and from the Error List window.

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

Syntax

'Declaration
Public Sub Remove ( _
    errorsToRemove As IList(Of DataSchemaError), _
    category As Object _
)
'Usage
Dim instance As ErrorManager
Dim errorsToRemove As IList(Of DataSchemaError)
Dim category As Object

instance.Remove(errorsToRemove, category)
public void Remove(
    IList<DataSchemaError> errorsToRemove,
    Object category
)
public:
void Remove(
    IList<DataSchemaError^>^ errorsToRemove, 
    Object^ category
)
public function Remove(
    errorsToRemove : IList<DataSchemaError>, 
    category : Object
)
member Remove : 
        errorsToRemove:IList<DataSchemaError> * 
        category:Object -> unit 

Parameters

.NET Framework Security

See Also

Reference

ErrorManager Class

ErrorManager Members

Remove Overload

Microsoft.Data.Schema.Common Namespace