Costruttore InterpretationError
Inizializza una nuova istanza della classe InterpretationError.
Spazio dei nomi: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- message
Tipo: System.String
- errorCode
Tipo: System.Int32
- severity
Tipo: Microsoft.Data.Schema.ErrorSeverity
- sqlFragment
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
- parseErrors
Tipo: System.Collections.Generic.IList<ParseError>
- argumentName
Tipo: System.String
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.