DataItemTypeFormat 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.
Specifies the format of a data item type returned by the GetItemType(Int32, DataItemTypeFormat) method.
public enum class DataItemTypeFormat
public enum DataItemTypeFormat
type DataItemTypeFormat =
Public Enum DataItemTypeFormat
- Inheritance
-
DataItemTypeFormat
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Item type is unknown. |
VarType | 1 | The item type format is an integer representing a VARENUM value. |
NativeType | 2 | The item type format is a string representing the native type. |
ManagedType | 3 | The item type format is an instance of Type. |