Compartir a través de


AnsiPaddingEnabled Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public Property AnsiPaddingEnabled As Boolean
    Get
    Set
'Uso
Dim instance As DatabaseOptions
Dim value As Boolean

value = instance.AnsiPaddingEnabled

instance.AnsiPaddingEnabled = value
[SfcPropertyAttribute]
public bool AnsiPaddingEnabled { get; set; }
[SfcPropertyAttribute]
public:
property bool AnsiPaddingEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member AnsiPaddingEnabled : bool with get, set
function get AnsiPaddingEnabled () : boolean
function set AnsiPaddingEnabled (value : boolean)

Valor de la propiedad

Tipo: 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. Otherwise, False (default).

Notas

This property specifies whether trailing blanks in variable-length columns are trimmed.

Esta opción también se puede modificar mediante la instrucción ALTER DATABASE de Transact-SQL.