Aracılığıyla paylaş


Database.IsVarDecimalStorageFormatEnabled Özelliği

Alır veya VarDecimal depolama etkin olup olmadığını belirleyen bir özellik değerini ayarlar.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Deploy)> _
Public Property IsVarDecimalStorageFormatEnabled As Boolean
    Get
    Set
'Kullanım
Dim instance As Database
Dim value As Boolean

value = instance.IsVarDecimalStorageFormatEnabled

instance.IsVarDecimalStorageFormatEnabled = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)]
public bool IsVarDecimalStorageFormatEnabled { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Expensive|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Deploy)]
public:
property bool IsVarDecimalStorageFormatEnabled {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Deploy)>]
member IsVarDecimalStorageFormatEnabled : bool with get, set
function get IsVarDecimalStorageFormatEnabled () : boolean
function set IsVarDecimalStorageFormatEnabled (value : boolean)

Özellik Değeri

Tür: System.Boolean
A Boolean VarDecimal depolama biçimi etkin olup olmadığını belirten değer.

Açıklamalar

Veritabanındaki tüm tabloları kullandığınız sırada VarDecimal depolama biçimi devre dışı bırakılamaz.