Metodo SqlInterpreter.Interpret (TSqlScript, SqlSchemaAnalyzer, IList<InterpretationError>%)

Interpreta uno script Transact-SQL.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlInterpreter Classe

Overload Interpret

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel