Método SqlInterpreter.Interpret (TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%)
Interpreta um Transact-SQL em lotes.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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
- batch
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlBatch
Lote de interpretar.
- analyzer
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaAnalyzer
Analisador de usar.
- errors
Tipo: System.Collections.Generic.IList<InterpretationError>%
Erros encontrados durante a interpretação.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.