Freigeben über


FillErrorEventArgs.Continue-Eigenschaft

Ruft einen Wert ab, der angibt, ob der Füllvorgang trotz des Fehlers fortgesetzt werden soll, oder legt diesen fest.

Namespace: System.Data
Assembly: System.Data (in system.data.dll)

Syntax

'Declaration
Public Property Continue As Boolean
'Usage
Dim instance As FillErrorEventArgs
Dim value As Boolean

value = instance.Continue

instance.Continue = value
public bool Continue { get; set; }
public:
property bool Continue {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Continue ()

/** @property */
public void set_Continue (boolean value)
public function get Continue () : boolean

public function set Continue (value : boolean)

Eigenschaftenwert

true, wenn der Füllvorgang fortgesetzt werden soll, andernfalls false.

Plattformen

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

.NET Compact Framework

Unterstützt in: 2.0, 1.0

Siehe auch

Referenz

FillErrorEventArgs-Klasse
FillErrorEventArgs-Member
System.Data-Namespace