SqlInterpreter.Interpret Method (TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%)

Interprets a Transact-SQL batch.

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

Syntax

'Declaration
Public Sub Interpret ( _
    batch As TSqlBatch, _
    analyzer As SqlSchemaAnalyzer, _
    <OutAttribute> ByRef errors As IList(Of InterpretationError) _
)
public void Interpret(
    TSqlBatch batch,
    SqlSchemaAnalyzer analyzer,
    out IList<InterpretationError> errors
)
public:
void Interpret(
    TSqlBatch^ batch, 
    SqlSchemaAnalyzer^ analyzer, 
    [OutAttribute] IList<InterpretationError^>^% errors
)
member Interpret : 
        batch:TSqlBatch * 
        analyzer:SqlSchemaAnalyzer * 
        errors:IList<InterpretationError> byref -> unit 
public function Interpret(
    batch : TSqlBatch, 
    analyzer : SqlSchemaAnalyzer, 
    errors : IList<InterpretationError>
)

Parameters

.NET Framework Security

See Also

Reference

SqlInterpreter Class

Interpret Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace