Metodo ErrorManager.MergeWith
Copia gli errori da un altro oggetto ErrorManager.
Spazio dei nomi: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
Public Sub MergeWith ( _
otherErrorManager As ErrorManager _
)
public void MergeWith(
ErrorManager otherErrorManager
)
public:
void MergeWith(
ErrorManager^ otherErrorManager
)
member MergeWith :
otherErrorManager:ErrorManager -> unit
public function MergeWith(
otherErrorManager : ErrorManager
)
Parametri
- otherErrorManager
Tipo: Microsoft.Data.Schema.ErrorManager
Oggetto ErrorManager.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.