Compartir a través de


SqlInterpreter.Interpret (Método) (TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%)

Interpreta un lote de Transact-SQL.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

SqlInterpreter Clase

Interpret (Sobrecarga)

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)