ITableOptions.TrackColumnsUpdatedEnabled プロパティ
テーブルでの列の更新が追跡されるかどうかを示す Boolean 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")> _
<DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")> _
Property TrackColumnsUpdatedEnabled As Boolean
Get
Set
'使用
Dim instance As ITableOptions
Dim value As Boolean
value = instance.TrackColumnsUpdatedEnabled
instance.TrackColumnsUpdatedEnabled = value
[DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")]
[DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")]
bool TrackColumnsUpdatedEnabled { get; set; }
[DisplayDescriptionKeyAttribute(L"Table_TrackColumnsUpdatedEnabledDesc")]
[DisplayNameKeyAttribute(L"Table_TrackColumnsUpdatedEnabledName")]
property bool TrackColumnsUpdatedEnabled {
bool get ();
void set (bool value);
}
[<DisplayDescriptionKeyAttribute("Table_TrackColumnsUpdatedEnabledDesc")>]
[<DisplayNameKeyAttribute("Table_TrackColumnsUpdatedEnabledName")>]
abstract TrackColumnsUpdatedEnabled : bool with get, set
function get TrackColumnsUpdatedEnabled () : boolean
function set TrackColumnsUpdatedEnabled (value : boolean)
プロパティ値
型: System.Boolean
テーブルでの列の更新が追跡されるかどうかを示す Boolean 値です。 True の場合、テーブルでの列の更新は追跡されます。そうでない場合は False です。