SqlInterpreter.Interpret 方法 (TSqlBatch, SqlSchemaAnalyzer, IList<InterpretationError>%)

解释 Transact-SQL 批处理。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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>
)

参数

.NET Framework 安全性

请参见

参考

SqlInterpreter 类

Interpret 重载

Microsoft.Data.Schema.Sql.SchemaModel 命名空间