<summary>Enumerated type representing the possible text-in-row options for SQL Server overrides</summary> <param name="OvTextInRowOption_InRow">Text, ntext and image data are stored within the row's 8K page.</param> <param name="OvTextInRowOption_NotInRow">Text, ntext and image data are not stored within the row's 8K page.</param> <param name="OvTextInRowOption_Default">The text-in-row override is inherited from somewhere else.</param> - Enumeration values:
-
OvTextInRowOption_InRow |
|
OvTextInRowOption_NotInRow |
|
OvTextInRowOption_Default |
|
Definition at line 29 of file mgOvTextInRowOption.h. |