Método ErrorManager.Remove (Predicate<DataSchemaError>, Object)
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- predicate
Tipo: System.Predicate<DataSchemaError>
- category
Tipo: System.Object
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.