HeterogeneousColumn.IsDefined 属性

定义

获取或设置当前是否为该列定义数据类型映射。

public:
 property bool IsDefined { bool get(); void set(bool value); };
public bool IsDefined { get; set; }
member this.IsDefined : bool with get, set
Public Property IsDefined As Boolean

属性值

一个 Boolean 值。

如果 为 true,则定义了映射。

如果 为 false,则未定义映射。

注解

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

适用于