指定 GetItemType 方法返回的数据项类型的布局。
命名空间: Microsoft.VisualStudio.Data
程序集: Microsoft.VisualStudio.Data(在 Microsoft.VisualStudio.Data.dll 中)
语法
声明
Public Enumeration DataItemTypeFormat
public enum DataItemTypeFormat
public enum class DataItemTypeFormat
type DataItemTypeFormat
public enum DataItemTypeFormat
成员
成员名称 | 说明 | |
---|---|---|
Unknown | 项目类型未知。 | |
VarType | 项目类型的布局是表示VARENUM值传递的整数数组。 | |
NativeType | 项目类型的布局是表示本机类型的字符串。 | |
ManagedType | 项目类型的布局是 Type实例。 |
备注
因为 DataReader 对象的客户端可能截然不同各种,可以检索类型信息。许多不同的布局很有用。