Database.IsVarDecimalStorageFormatEnabled プロパティ

VarDecimal ストレージが有効かどうかを示す値を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Expensive Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.Deploy)> _
Public Property IsVarDecimalStorageFormatEnabled As Boolean 
    Get 
    Set
'使用
Dim instance As Database 
Dim value As Boolean 

value = instance.IsVarDecimalStorageFormatEnabled

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

プロパティ値

型: System.Boolean
VarDecimal ストレージ形式が有効かどうかを示す Boolean 値。VarDecimal ストレージが有効な場合は true、それ以外の場合は false です。

説明

データベースのいずれかのテーブルで VarDecimal ストレージ形式を使用している場合、VarDecimal ストレージ形式を無効にすることはできません。

関連項目

参照

Database クラス

Microsoft.SqlServer.Management.Smo 名前空間