Aracılığıyla paylaş


SqlInterpreter.Interpret Yöntem (TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%)

Yorumlar bir Transact-SQL Toplu.

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

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

Parametreler

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

SqlInterpreter Sınıf

Interpret Fazla Yük

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı