语言

HeterogeneousColumn.DestinationNullable 属性

定义

获取或设置目标数据是否能接受空值。

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

属性值

一个Boolean值。

如果 为真,目标数据可以设置为

如果 为假,目标数据不能设 为空

注解

该命名空间、类或成员仅在Microsoft .NET框架2.0版本中支持。

适用于