IsVarDecimalStorageFormatEnabled プロパティ
VarDecimal ストレージが有効かどうかを示すプロパティ値を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public Property IsVarDecimalStorageFormatEnabled As Boolean
Get
Set
'使用
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)
プロパティ値
型: System. . :: . .Boolean
VarDecimal ストレージ形式が有効かどうかを示す Boolean 値。
説明
データベースのいずれかのテーブルで VarDecimal ストレージ形式を使用している場合、VarDecimal ストレージ形式を無効にすることはできません。