SqlInterpreter.Interpret – metoda (TSqlScript, SqlSchemaAnalyzer, IList<InterpretationError>%)
Interpretuje Transact-SQL script.
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
Public Sub Interpret ( _
script As TSqlScript, _
analyzer As SqlSchemaAnalyzer, _
<OutAttribute> ByRef errors As IList(Of InterpretationError) _
)
public void Interpret(
TSqlScript script,
SqlSchemaAnalyzer analyzer,
out IList<InterpretationError> errors
)
public:
void Interpret(
TSqlScript^ script,
SqlSchemaAnalyzer^ analyzer,
[OutAttribute] IList<InterpretationError^>^% errors
)
member Interpret :
script:TSqlScript *
analyzer:SqlSchemaAnalyzer *
errors:IList<InterpretationError> byref -> unit
public function Interpret(
script : TSqlScript,
analyzer : SqlSchemaAnalyzer,
errors : IList<InterpretationError>
)
Parametry
- script
Typ: Microsoft.Data.Schema.ScriptDom.Sql.TSqlScript
Skript 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.