Partager via


ISql100DatabaseOptions.VarDecimalStorageFormat, propriété

Obtient ou définit une valeur qui indique si le stockage Vardecimal est activé.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
Property VarDecimalStorageFormat As Boolean
    Get
    Set
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql100DatabaseOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms