Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.