Boolean Table.IsStrictSizing { get; set; }
Whether column add/create/import/refresh operations cannot grow the number of rows.
will always be `true` when is
`true`.
When is `true`, any operation that would change the table
row count will fail. This includes operations such as creating and adding a column,
importing columns.
Examples