AddChangeTracking Procedure (Repository.Item Schema)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Enables change tracking on the target view.

[Repository.Item].[AddChangeTracking] ( @schema, @baseName, @primaryKeyColumns )

Arguments

@schema

Type: sysname. The schema of the target view.

@baseName

Type: nvarchar(123). The name of the target view. The underlying table must use the same base name appended with the word "Table". The combined length of the schema and table name cannot be greater than 116 characters.

@primaryKeyColumns

Type: nvarchar(max). The name and type of the primary key. (Default = N'[Id] bigint')

Remarks

See Also

Reference

Repository.Item Procedures
Repository.Item Schema

Send comments about this topic to Microsoft.