SqlInterpreter.Interpret メソッド (TSqlScript, SqlSchemaAnalyzer, IList<InterpretationError>%)
Transact-SQL スクリプトを解釈します。
名前空間: Microsoft.Data.Schema.Sql.SchemaModel
アセンブリ: Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Public Sub Interpret ( _
script As TSqlScript, _
analyzer As SqlSchemaAnalyzer, _
<OutAttribute> ByRef errors As IList(Of InterpretationError) _
)
public void Interpret(
TSqlScript script,
SqlSchemaAnalyzer analyzer,
out IList<InterpretationError> errors
)
public:
void Interpret(
TSqlScript^ script,
SqlSchemaAnalyzer^ analyzer,
[OutAttribute] IList<InterpretationError^>^% errors
)
member Interpret :
script:TSqlScript *
analyzer:SqlSchemaAnalyzer *
errors:IList<InterpretationError> byref -> unit
public function Interpret(
script : TSqlScript,
analyzer : SqlSchemaAnalyzer,
errors : IList<InterpretationError>
)
パラメーター
- script
型: Microsoft.Data.Schema.ScriptDom.Sql.TSqlScript
解釈するスクリプト。
- analyzer
型: Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaAnalyzer
使用するアナライザー。
- errors
型: System.Collections.Generic.IList<InterpretationError>%
解釈中に発生したエラー。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。