Share via


SqlInterpreter.InterpretImpl Method

Performs the fragment interpretation.

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

Syntax

'Declaration
Protected MustOverride Sub InterpretImpl ( _
    fragment As TSqlFragment, _
    analyzer As SqlSchemaAnalyzer, _
    <OutAttribute> ByRef errors As IList(Of InterpretationError) _
)
'Usage
Dim fragment As TSqlFragment
Dim analyzer As SqlSchemaAnalyzer
Dim errors As IList(Of InterpretationError)

Me.InterpretImpl(fragment, analyzer, _
    errors)
protected abstract void InterpretImpl(
    TSqlFragment fragment,
    SqlSchemaAnalyzer analyzer,
    out IList<InterpretationError> errors
)
protected:
virtual void InterpretImpl(
    TSqlFragment^ fragment, 
    SqlSchemaAnalyzer^ analyzer, 
    [OutAttribute] IList<InterpretationError^>^% errors
) abstract
protected abstract function InterpretImpl(
    fragment : TSqlFragment, 
    analyzer : SqlSchemaAnalyzer, 
    errors : IList<InterpretationError>
)
abstract InterpretImpl : 
        fragment:TSqlFragment * 
        analyzer:SqlSchemaAnalyzer * 
        errors:IList<InterpretationError> -> unit 

Parameters

.NET Framework Security

See Also

Reference

SqlInterpreter Class

SqlInterpreter Members

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