SqlInterpreter.Interpret, méthode (TSqlScript, SqlSchemaAnalyzer, IList<InterpretationError>%)
Interprète un script 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 ( _
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>
)
Paramètres
- script
Type : Microsoft.Data.Schema.ScriptDom.Sql.TSqlScript
Script à 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.