SqlInterpreter.Interpret, méthode (TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%)
Interprète un lot Transact-SQL.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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>
)
Paramètres
- batch
Type : Microsoft.Data.Schema.ScriptDom.Sql.TSqlBatch
Lot à interpréter.
- analyzer
Type : Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaAnalyzer
Analyseur à utiliser.
- errors
Type : System.Collections.Generic.IList<InterpretationError>%
Erreurs rencontrées pendant l'interprétation.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.