ISql90Table.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 ISql90Table
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

.NET Framework Security

See Also

Reference

ISql90Table Interface

ISql90Table Members

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