IScriptingOptions.IncludeHeaders Property
Gets a value indicating whether the script contains a header that includes the date and time generation.
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration
Assembly: SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property IncludeHeaders As Boolean
Get
'Usage
Dim instance As IScriptingOptions
Dim value As Boolean
value = instance.IncludeHeaders
bool IncludeHeaders { get; }
property bool IncludeHeaders {
bool get ();
}
abstract IncludeHeaders : bool
function get IncludeHeaders () : boolean
Property Value
Type: System.Boolean
true if the header is included in the script; otherwise, false.