ErrorsChangedEventArgs.SetTooManyErrorsError, propriété
Cette méthode n'effectue aucune action pour le moment.
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : System.Boolean
true si la méthode a abouti ; sinon, false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.