共用方式為


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 命名空間