MeasureDataType 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.
Defines the current measure data type.
[System.Runtime.InteropServices.Guid("ACBA09AE-E666-49d1-879E-1C522E6735D3")]
public enum MeasureDataType
[<System.Runtime.InteropServices.Guid("ACBA09AE-E666-49d1-879E-1C522E6735D3")>]
type MeasureDataType =
Public Enum MeasureDataType
- Inheritance
-
MeasureDataType
- Attributes
Fields
Name | Value | Description |
---|---|---|
SmallInt | 2 | The SmallInt data type. |
Integer | 3 | The Integer data type. |
Single | 4 | The Single data type. |
Double | 5 | The Double data type. |
Currency | 6 | The Currency data type. |
Date | 7 | The Date data type. |
Boolean | 11 | The Boolean data type. |
TinyInt | 16 | The TinyInt data type. |
UnsignedTinyInt | 17 | The UnsignedTinyInt data type. |
UnsignedSmallInt | 18 | The UnsignedSmallInt data type. |
UnsignedInt | 19 | The UnsignedInt data type. |
BigInt | 20 | The bigint data type. |
UnsignedBigInt | 21 | The UnsignedBigInt data type. |
WChar | 130 | The WChar data type. |
Inherited | 131 | The Inherited data type. |