InterpretationError.CreateErrorForNotBuiltInDataType Method

Creates an interpretation error for a NotBuiltInDataType error.

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

Syntax

'Declaration
Public Shared Function CreateErrorForNotBuiltInDataType ( _
    fragment As TSqlFragment _
) As InterpretationError
'Usage
Dim fragment As TSqlFragment
Dim returnValue As InterpretationError

returnValue = InterpretationError.CreateErrorForNotBuiltInDataType(fragment)
public static InterpretationError CreateErrorForNotBuiltInDataType(
    TSqlFragment fragment
)
public:
static InterpretationError^ CreateErrorForNotBuiltInDataType(
    TSqlFragment^ fragment
)
public static function CreateErrorForNotBuiltInDataType(
    fragment : TSqlFragment
) : InterpretationError
static member CreateErrorForNotBuiltInDataType : 
        fragment:TSqlFragment -> InterpretationError 

Parameters

Return Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.InterpretationError

.NET Framework Security

See Also

Reference

InterpretationError Class

InterpretationError Members

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