Sdílet prostřednictvím


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

Interpretuje Transact-SQL dávky.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlInterpreter Třída

Interpret – přetížení

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů