Compartilhar via


Propriedade StaticCodeAnalysisTask.SuppressWarnings

Obtém ou define a seqüência de caracteres suprimir avisos.

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

Sintaxe

'Declaração
Public Property SuppressWarnings As String
    Get
    Set
public string SuppressWarnings { get; set; }
public:
property String^ SuppressWarnings {
    String^ get ();
    void set (String^ value);
}
member SuppressWarnings : string with get, set
function get SuppressWarnings () : String
function set SuppressWarnings (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

StaticCodeAnalysisTask Classe

Namespace Microsoft.Data.Schema.Tasks