.NET API Reference OSGeo FDO Provider for MySQL
Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | File Members

mgOvTextInRowOption.h File Reference

Go to the source code of this file.


Enumerations

enum  OvTextInRowOption { OvTextInRowOption_InRow = SqlServerOvTextInRowOption_InRow, OvTextInRowOption_NotInRow = SqlServerOvTextInRowOption_NotInRow, OvTextInRowOption_Default = SqlServerOvTextInRowOption_Default }

Enumeration Type Documentation

enum OvTextInRowOption
 

<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.


Comments?