Compartilhar via


Propriedade StaticCodeAnalysisTask.TreatWarningsAsErrors

Obtém ou define se deve tratar avisos como erros.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)

Sintaxe

'Declaração
Public Property TreatWarningsAsErrors As Boolean
    Get
    Set
public bool TreatWarningsAsErrors { get; set; }
public:
property bool TreatWarningsAsErrors {
    bool get ();
    void set (bool value);
}
member TreatWarningsAsErrors : bool with get, set
function get TreatWarningsAsErrors () : boolean
function set TreatWarningsAsErrors (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

StaticCodeAnalysisTask Classe

Namespace Microsoft.Data.Schema.Tasks