Método DataTask.WriteError
Gera o erro especificado.
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)
Sintaxe
'Declaração
Protected Friend Sub WriteError ( _
subCategory As String, _
error As DataSchemaError, _
treatWarningsAsError As Boolean _
)
protected internal void WriteError(
string subCategory,
DataSchemaError error,
bool treatWarningsAsError
)
protected public:
void WriteError(
String^ subCategory,
DataSchemaError^ error,
bool treatWarningsAsError
)
member WriteError :
subCategory:string *
error:DataSchemaError *
treatWarningsAsError:bool -> unit
function WriteError(
subCategory : String,
error : DataSchemaError,
treatWarningsAsError : boolean
)
Parâmetros
- subCategory
Tipo: System.String
- error
Tipo: Microsoft.Data.Schema.DataSchemaError
- treatWarningsAsError
Tipo: System.Boolean
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.