Compartir a través de


DataTask.WriteError (Método)

Devuelve el error especificado.

Espacio de nombres:  Microsoft.Data.Schema.Tasks
Ensamblado:  Microsoft.Data.Schema.Tasks (en Microsoft.Data.Schema.Tasks.dll)

Sintaxis

'Declaración
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

Seguridad de .NET Framework

Vea también

Referencia

DataTask Clase

Microsoft.Data.Schema.Tasks (Espacio de nombres)