Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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.