Udostępnij za pośrednictwem


Właściwość Database.AnsiPaddingEnabled

Pobiera lub ustawia włączono opcję bazy danych ANSI_PADDING_ENABLED.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design,  _
    "false")> _
Public Property AnsiPaddingEnabled As Boolean
    Get
    Set
'Użycie
Dim instance As Database
Dim value As Boolean

value = instance.AnsiPaddingEnabled

instance.AnsiPaddingEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design, 
    "false")]
public bool AnsiPaddingEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design, 
    L"false")]
public:
virtual property bool AnsiPaddingEnabled {
    bool get () sealed;
    void set (bool value) sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design, 
    "false")>]
abstract AnsiPaddingEnabled : bool with get, set
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design, 
    "false")>]
override AnsiPaddingEnabled : bool with get, set
final function get AnsiPaddingEnabled () : boolean
final function set AnsiPaddingEnabled (value : boolean)

Wartość właściwości

Typ: System.Boolean
A Boolean wartość określająca, czy opcja ANSI_PADDING_ENABLED bazy danych jest aktywny.Jeśli True, końcowe spacje wstawione do zmiennej długości kolumny nie zostaną obcięte.Jeśli False (domyślnie), spacje wstawione do zmiennej długości kolumny zostaną obcięte.

Implementacje

IDatabaseOptions.AnsiPaddingEnabled