HostFileType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class HostFileType
public enum HostFileType
type HostFileType =
Public Enum HostFileType
- Inheritance
-
HostFileType
Fields
| BigInt | 0 | |
| Char | 3 | |
| CharForBit | 1 | |
| Date | 5 | |
| Decimal | 6 | |
| Double | 7 | |
| Graphic | 18 | |
| Int | 8 | |
| Numeric | 9 | |
| Real | 10 | |
| SmallInt | 11 | |
| Time | 12 | |
| Timestamp | 13 | |
| UDT | 20 | |
| VarChar | 16 | |
| VarCharForBit | 15 | |
| VarGraphic | 19 |