SqlMetaData.Type 属性

定义

获取用户定义的类型 (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 结果集,也可能返回 。

适用于