Aracılığıyla paylaş


InterpretationError Oluşturucu

Yeni bir örneğini başlatır InterpretationError sınıfa

Ad alanı:  Microsoft.Data.Schema.Sql.SchemaModel
Derleme:  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll içinde)

Sözdizimi

'Bildirim
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
)

Parametreler

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

InterpretationError Sınıf

Microsoft.Data.Schema.Sql.SchemaModel Ad Alanı