Método SqlInterpreter.Interpret (TSqlStatement, SqlSchemaAnalyzer, IList<InterpretationError>%)
Interpreta um Transact-SQL instrução.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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>
)
Parâmetros
- statement
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
Declaração 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.