Construtor InterpretationError
Inicializa uma nova instância da classe InterpretationError.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- 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
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.