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>
)
パラメーター
- statement
型: Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
解釈するステートメント。
- analyzer
型: Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaAnalyzer
使用するアナライザー。
- errors
型: System.Collections.Generic.IList<InterpretationError>%
解釈中に発生したエラー。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。