Share via


ISql100DatabaseOptions.VarDecimalStorageFormat Property

Gets or sets a value that indicates whether vardecimal storage is enabled.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property VarDecimalStorageFormat As Boolean
bool VarDecimalStorageFormat { get; set; }
property bool VarDecimalStorageFormat {
    bool get ();
    void set (bool value);
}
abstract VarDecimalStorageFormat : bool with get, set
function get VarDecimalStorageFormat () : boolean
function set VarDecimalStorageFormat (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100DatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace