ISql90DatabaseOptions.IsVardecimalStorageFormatOn Property

Gets or sets whether Vardecimal Storage Format is on.

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

Syntax

'Declaration
Property IsVardecimalStorageFormatOn As Boolean
    Get
    Set
'Usage
Dim instance As ISql90DatabaseOptions
Dim value As Boolean

value = instance.IsVardecimalStorageFormatOn

instance.IsVardecimalStorageFormatOn = value
bool IsVardecimalStorageFormatOn { get; set; }
property bool IsVardecimalStorageFormatOn {
    bool get ();
    void set (bool value);
}
function get IsVardecimalStorageFormatOn () : boolean
function set IsVardecimalStorageFormatOn (value : boolean)
abstract IsVardecimalStorageFormatOn : bool with get, set

Property Value

Type: System.Boolean
Returns True if Vardecimal Storage Format is on; otherwise, False.

.NET Framework Security

See Also

Reference

ISql90DatabaseOptions Interface

ISql90DatabaseOptions Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace