Freigeben über


ErrorType-Enumeration

Gibt die Art eines Fehlers an, der während der Datengenerierung aufgetreten ist.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
<CLSCompliantAttribute(True)> _
Public Enumeration ErrorType
[CLSCompliantAttribute(true)]
public enum ErrorType
[CLSCompliantAttribute(true)]
public enum class ErrorType
[<CLSCompliantAttribute(true)>]
type ErrorType
public enum ErrorType

Member

Membername Beschreibung
Unknown Ein unbekannter Fehler.
Configuration Ein Konfigurationsfehler.
DataAccess Ein Datenzugriffsfehler

Siehe auch

Referenz

Microsoft.Data.Schema.Tools.DataGenerator-Namespace

GeneratorUserException