SqlInterpreter.Interpret Method (TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%)
Interprets a Transact-SQL batch.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
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>
)
Parameters
- batch
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlBatch
Batch to interpret.
- analyzer
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaAnalyzer
Analyzer to use.
- errors
Type: System.Collections.Generic.IList<InterpretationError>%
Errors encountered during interpretation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.