ScriptOptions.AppendToFile Property

Gets or sets a value that indicates whether the script is appended to the end of the output file or overwrites it.

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

Syntax

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

value = instance.AppendToFile

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

Property Value

Type: System.Boolean
true if the script is appended to the end of the output file or overwrites it; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace