IsVarDecimalStorageFormatEnabled propriété
Gets or sets a property value that specifies whether VarDecimal storage is enabled.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public Property IsVarDecimalStorageFormatEnabled As Boolean
Get
Set
'Utilisation
Dim instance As Database
Dim value As Boolean
value = instance.IsVarDecimalStorageFormatEnabled
instance.IsVarDecimalStorageFormatEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public bool IsVarDecimalStorageFormatEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property bool IsVarDecimalStorageFormatEnabled {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member IsVarDecimalStorageFormatEnabled : bool with get, set
function get IsVarDecimalStorageFormatEnabled () : boolean
function set IsVarDecimalStorageFormatEnabled (value : boolean)
Valeur de la propriété
Type : System. . :: . .Boolean
A Boolean value that specifies whether VarDecimal storage format is enabled.
Notes
VarDecimal storage format cannot be disabled while any tables in the database are using it.
Voir aussi