Expand Minimize
This topic has not yet been rated - Rate this topic

Database.AnsiPaddingEnabled Property

Gets or sets a value that specifies whether the ANSI_PADDING_ENABLED database option is active.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
final function get AnsiPaddingEnabled () : boolean 
final function set AnsiPaddingEnabled (value : boolean)

Property Value

Type: System.Boolean
A Boolean value that specifies whether the ANSI_PADDING_ENABLED database option is active. If True, trailing blanks inserted into variable-length columns are not trimmed. If False (default), blanks inserted into variable-length columns are trimmed.

Implements

IDatabaseOptions.AnsiPaddingEnabled
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.