다음을 통해 공유


IsVarDecimalStorageFormatEnabled 속성

Gets or sets a property value that specifies whether VarDecimal storage is enabled.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public Property IsVarDecimalStorageFormatEnabled As Boolean
    Get
    Set
‘사용 방법
Dim instance As Database
Dim value As Boolean

value = instance.IsVarDecimalStorageFormatEnabled

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

속성 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether VarDecimal storage format is enabled.

주의

VarDecimal storage format cannot be disabled while any tables in the database are using it.