ScriptOptions.IncludeHeaders Property

Gets or sets a value that indicates whether the generated script is prefixed with a header that contains information which includes the date and time of generation.

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

Syntax

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

value = instance.IncludeHeaders

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

Property Value

Type: System.Boolean
true if the generated script is prefixed with a header that contains information which includes the date and time of generation; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace