SqlMetaData.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用户定义的类型 (UDT) 的公共语言运行时 (CLR) 类型。
public:
property Type ^ Type { Type ^ get(); };
public Type Type { get; }
member this.Type : Type
Public ReadOnly Property Type As Type
属性值
作为 Type 的用户定义的类型的 CLR 类型名称。
注解
默认值是 null
。
null
如果 不是 UDT 类型,则SqlDbType返回 。
Null
对于程序集对应用程序不可用的有效 UDT 结果集,也可能返回 。
适用于