ISql100Table.IsTrackColumnsUpdatedOn Property

true if change tracking is enabled with TRACK_COLUMNS_UPDATED ON.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsTrackColumnsUpdatedOn As Boolean
bool IsTrackColumnsUpdatedOn { get; set; }
property bool IsTrackColumnsUpdatedOn {
    bool get ();
    void set (bool value);
}
abstract IsTrackColumnsUpdatedOn : bool with get, set
function get IsTrackColumnsUpdatedOn () : boolean
function set IsTrackColumnsUpdatedOn (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ISql100Table Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace