Condividi tramite


Metodo ErrorManager.GetAllErrors (Object)

Recupera un elenco di tutti gli errori in ErrorManager appartenenti alla categoria specificata.

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

Sintassi

'Dichiarazione
Public Function GetAllErrors ( _
    category As Object _
) As IList(Of DataSchemaError)
public IList<DataSchemaError> GetAllErrors(
    Object category
)
public:
IList<DataSchemaError^>^ GetAllErrors(
    Object^ category
)
member GetAllErrors : 
        category:Object -> IList<DataSchemaError> 
public function GetAllErrors(
    category : Object
) : IList<DataSchemaError>

Parametri

  • category
    Tipo: System.Object
    Oggetto Object che rappresenta il tipo di documento o di oggetto per la categorizzazione dell'errore.Le categorie interne vengono rappresentate sotto forma di stringhe Guid.

Valore restituito

Tipo: System.Collections.Generic.IList<DataSchemaError>
Oggetto IList<T> contenente zero o più oggetti DataSchemaError.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ErrorManager Classe

Overload GetAllErrors

Spazio dei nomi Microsoft.Data.Schema

DataSchemaError