共用方式為


InterpretationError 建構函式

初始化 InterpretationError 類別的新執行個體。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Public Sub New ( _
    message As String, _
    errorCode As Integer, _
    severity As ErrorSeverity, _
    sqlFragment As TSqlFragment, _
    parseErrors As IList(Of ParseError), _
    argumentName As String _
)
public InterpretationError(
    string message,
    int errorCode,
    ErrorSeverity severity,
    TSqlFragment sqlFragment,
    IList<ParseError> parseErrors,
    string argumentName
)
public:
InterpretationError(
    String^ message, 
    int errorCode, 
    ErrorSeverity severity, 
    TSqlFragment^ sqlFragment, 
    IList<ParseError^>^ parseErrors, 
    String^ argumentName
)
new : 
        message:string * 
        errorCode:int * 
        severity:ErrorSeverity * 
        sqlFragment:TSqlFragment * 
        parseErrors:IList<ParseError> * 
        argumentName:string -> InterpretationError
public function InterpretationError(
    message : String, 
    errorCode : int, 
    severity : ErrorSeverity, 
    sqlFragment : TSqlFragment, 
    parseErrors : IList<ParseError>, 
    argumentName : String
)

參數

.NET Framework 安全性

請參閱

參考

InterpretationError 類別

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