Sdílet prostřednictvím


DataTask.WriteError – metoda

Výstupem uvedené chybě.

Obor názvů:  Microsoft.Data.Schema.Tasks
Sestavení:  Microsoft.Data.Schema.Tasks (v Microsoft.Data.Schema.Tasks.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataTask Třída

Microsoft.Data.Schema.Tasks – obor názvů