ScriptOptions.ContinueScriptingOnError Property

Gets or sets a value that indicates whether the scripting operation continues after an error is encountered.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property ContinueScriptingOnError As Boolean
    Get
    Set
'Usage
Dim instance As ScriptOptions
Dim value As Boolean

value = instance.ContinueScriptingOnError

instance.ContinueScriptingOnError = value
public bool ContinueScriptingOnError { get; set; }
public:
property bool ContinueScriptingOnError {
    bool get ();
    void set (bool value);
}
member ContinueScriptingOnError : bool with get, set
function get ContinueScriptingOnError () : boolean
function set ContinueScriptingOnError (value : boolean)

Property Value

Type: System.Boolean
true if the scripting operation continues after an error is encountered; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace