Version

DataSourceSchemaPropertyType Enumeration

Enumerates the available property types on a data source schema.
Syntax
'Declaration
 
Public Enum DataSourceSchemaPropertyType 
   Inherits System.Enum
public enum DataSourceSchemaPropertyType : System.Enum 
Members
MemberDescription
BooleanValueThe property is of type boolean.
ByteValueThe property is of type byte.
DateTimeOffsetValueThe property is of type datetimeoffset.
DateTimeValueThe property is of type datetime.
DecimalValueThe property is of type decimal.
DoubleValueThe property is of type double.
IntValueThe property is of type integer.
LongValueThe property is of type long.
ObjectValueThe property is of type object.
ShortValueThe property if of type short.
SingleValueThe property is of type single.
StringValueThe property is of type string.
Requirements

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

See Also