AnsiPaddingEnabled 屬性
Gets or sets the ANSI_PADDING_ENABLED database option is enabled.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute> _
Public Property AnsiPaddingEnabled As Boolean
Get
Set
'用途
Dim instance As Database
Dim value As Boolean
value = instance.AnsiPaddingEnabled
instance.AnsiPaddingEnabled = value
[SfcPropertyAttribute]
public bool AnsiPaddingEnabled { get; set; }
[SfcPropertyAttribute]
public:
virtual property bool AnsiPaddingEnabled {
bool get () sealed;
void set (bool value) sealed;
}
[<SfcPropertyAttribute>]
abstract AnsiPaddingEnabled : bool with get, set
[<SfcPropertyAttribute>]
override AnsiPaddingEnabled : bool with get, set
final function get AnsiPaddingEnabled () : boolean
final function set AnsiPaddingEnabled (value : boolean)
屬性值
型別: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.