Database.IsVarDecimalStorageFormatEnabled Property
SQL Server 2008 R2
Gets or sets a property value that specifies whether VarDecimal storage is enabled.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)] public bool IsVarDecimalStorageFormatEnabled { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether VarDecimal storage format is enabled.
