InterpretationError.InterpretationErrorType Enumeration

Specifies the interpretation error type.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Enumeration InterpretationErrorType
'Usage
Dim instance As InterpretationError.InterpretationErrorType
public enum InterpretationErrorType
public enum class InterpretationErrorType
public enum InterpretationErrorType
type InterpretationErrorType

Members

Member name Description
Unknown Type is Unknown
InvalidArgument Type is InvalidArgument
MissingArgument Type is MissingArgument
NotBuiltInDataType Type is NotBuiltInDataType
GeneralError Type is GeneralError

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace