MeasureDataType Enum

Definition

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

BigInt 20

The bigint data type.

Boolean 11

The Boolean data type.

Currency 6

The Currency data type.

Date 7

The Date data type.

Double 5

The Double data type.

Inherited 131

The Inherited data type.

Integer 3

The Integer data type.

Single 4

The Single data type.

SmallInt 2

The SmallInt data type.

TinyInt 16

The TinyInt data type.

UnsignedBigInt 21

The UnsignedBigInt data type.

UnsignedInt 19

The UnsignedInt data type.

UnsignedSmallInt 18

The UnsignedSmallInt data type.

UnsignedTinyInt 17

The UnsignedTinyInt data type.

WChar 130

The WChar data type.

Applies to