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