Condividi tramite


Metodo ErrorManager.Remove (Predicate<DataSchemaError>, Object)

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    predicate As Predicate(Of DataSchemaError), _
    category As Object _
)
public void Remove(
    Predicate<DataSchemaError> predicate,
    Object category
)
public:
void Remove(
    Predicate<DataSchemaError^>^ predicate, 
    Object^ category
)
member Remove : 
        predicate:Predicate<DataSchemaError> * 
        category:Object -> unit 
public function Remove(
    predicate : Predicate<DataSchemaError>, 
    category : Object
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ErrorManager Classe

Overload Remove

Spazio dei nomi Microsoft.Data.Schema