Propriedade ErrorsChangedEventArgs.SetTooManyErrorsError

Este método não fará nada no momento.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean
true Se o método teve êxito; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ErrorsChangedEventArgs Classe

Namespace Microsoft.Data.Schema