ErrorManager.Remove, méthode (Predicate<DataSchemaError>, Object)
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- predicate
Type : System.Predicate<DataSchemaError>
- category
Type : System.Object
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.