Database.AnsiPaddingEnabled Property
SQL Server 2008 R2
Gets or sets the ANSI_PADDING_ENABLED database option is enabled.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design, "false")] public bool AnsiPaddingEnabled { get; set; }
Property Value
Type: System.BooleanA 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.
