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
- batch
Typ: Microsoft.Data.Schema.ScriptDom.Sql.TSqlBatch
Dávkové interpretovat.
- analyzer
Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaAnalyzer
Použití Analyzer.
- errors
Typ: System.Collections.Generic.IList<InterpretationError>%
Chyby zjištěné během výkladu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.