IScriptingOptions.IncludeHeaders Property

 

Applies To: SQL Server 2016 Preview

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

bool IncludeHeaders { get; }
property bool IncludeHeaders {
    bool get();
}
abstract IncludeHeaders : bool with get
ReadOnly Property IncludeHeaders As Boolean

Property Value

Type: System.Boolean

true if the header is included in the script; otherwise, false.

See Also

IScriptingOptions Interface
Microsoft.SqlServer.Management.UI.VSIntegration Namespace

Return to top