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
- fragment
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
The fragment
- analyzer
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlSchemaAnalyzer
The schema analyzer
- errors
Type: System.Collections.Generic.IList<InterpretationError>%
A list of resulting interpretation errors
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.