IScriptingOptions.GenerateAnsiPadding Property

 

Applies To: SQL Server 2016 Preview

Gets a value indicating whether the script generates ANSI-PADDING.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

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

Property Value

Type: System.Boolean

true if ANSI-PADDING is generated in the script; otherwise, false.

See Also

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

Return to top