Partilhar via


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

Segurança do .NET Framework

Consulte também

Referência

DataTask Classe

Namespace Microsoft.Data.Schema.Tasks