Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the format of a data item type returned by the GetItemType method.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaración
Public Enumeration DataItemTypeFormat
public enum DataItemTypeFormat
public enum class DataItemTypeFormat
type DataItemTypeFormat
public enum DataItemTypeFormat
Members
| Member name | Description | |
|---|---|---|
| Unknown | Item type is unknown. | |
| VarType | The item type format is an integer representing a VARENUM value. | |
| NativeType | The item type format is a string representing the native type. | |
| ManagedType | The item type format is an instance of Type. |
Remarks
Since the clients of a DataReader object can be quite varied, it is useful to be able to retrieve type information in a number of different formats.