ScriptOptions.AnsiPadding Property

Gets or sets a value that indicates whether the generated script contains the Transact-SQL statements SET ANSI-PADDING ON and SET ANSI-PADDING OFF, before and after the CREATE TABLE statement, respectively.

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

Syntax

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

value = instance.AnsiPadding

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

Property Value

Type: System.Boolean
true if the generated script contains the Transact-SQL statements SET ANSI-PADDING ON and SET ANSI-PADDING OFF before and after the CREATE TABLE statement, respectively; otherwise, false.

See Also

Reference

ScriptOptions Class

Microsoft.SqlServerCe.Management.Scripting Namespace