Enumerated type representing the possible text-in-row options for SQL Server overrides

Parameters:
SqlServerOvTextInRowOption_InRow Text, ntext and image data are stored within the row's 8K page.
SqlServerOvTextInRowOption_notInRow Text, ntext and image data are not stored within the row's 8K page.
SqlServerOvTextInRowOption_Default The text-in-row override is inherited from somewhere else.
.

Enumerator:
SqlServerOvTextInRowOption_InRow 
SqlServerOvTextInRowOption_NotInRow 
SqlServerOvTextInRowOption_Default