'Declaration Public Enum DataSourceSchemaPropertyType Inherits System.Enum
public enum DataSourceSchemaPropertyType : System.Enum
Member | Description |
---|---|
BooleanValue | The property is of type boolean. |
ByteValue | The property is of type byte. |
DateTimeOffsetValue | The property is of type datetimeoffset. |
DateTimeValue | The property is of type datetime. |
DecimalValue | The property is of type decimal. |
DoubleValue | The property is of type double. |
IntValue | The property is of type integer. |
LongValue | The property is of type long. |
ObjectValue | The property is of type object. |
ShortValue | The property if of type short. |
SingleValue | The property is of type single. |
StringValue | The property is of type string. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2