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

解释 Transact-SQL 语句。

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

语法

声明
Public Sub Interpret ( _
    statement As TSqlStatement, _
    analyzer As SqlSchemaAnalyzer, _
    <OutAttribute> ByRef errors As IList(Of InterpretationError) _
)
public void Interpret(
    TSqlStatement statement,
    SqlSchemaAnalyzer analyzer,
    out IList<InterpretationError> errors
)
public:
void Interpret(
    TSqlStatement^ statement, 
    SqlSchemaAnalyzer^ analyzer, 
    [OutAttribute] IList<InterpretationError^>^% errors
)
member Interpret : 
        statement:TSqlStatement * 
        analyzer:SqlSchemaAnalyzer * 
        errors:IList<InterpretationError> byref -> unit 
public function Interpret(
    statement : TSqlStatement, 
    analyzer : SqlSchemaAnalyzer, 
    errors : IList<InterpretationError>
)

参数

.NET Framework 安全性

请参见

参考

SqlInterpreter 类

Interpret 重载

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