UniqueConstraint 成员

表示对一组列的限制,列中的所有值必须是唯一的。

下表列出了由 UniqueConstraint 类型公开的成员。

公共构造函数

  名称 说明
Public method Supported by the .NET Compact Framework UniqueConstraint 已重载。初始化 UniqueConstraint 类的新实例。

页首

公共属性

(请参见 受保护的属性 )

  名称 说明
Public property Supported by the .NET Compact Framework Columns 获取此约束影响的列的数组。
Public property Supported by the .NET Compact Framework ConstraintName  ConstraintCollection 中的约束的名称。(从 Constraint 继承。)
Public property Supported by the .NET Compact Framework ExtendedProperties  获取用户定义的约束属性的集合。(从 Constraint 继承。)
Public property Supported by the .NET Compact Framework IsPrimaryKey 获取一个值,该值指示约束是否在主键上。
Public property Supported by the .NET Compact Framework Table 已重写。获取此约束所属的表。

页首

受保护的属性

  名称 说明
Protected property Supported by the .NET Compact Framework _DataSet  获取此约束所属的 DataSet。(从 Constraint 继承。)

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework Equals 已重载。 已重写。 
Public method Supported by the .NET Compact Framework GetHashCode 已重写。 获取 UniqueConstraint 对象的此实例的哈希代码。
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework ToString  获取 ConstraintName(如果存在)作为字符串。 (从 Constraint 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework CheckStateForProperty  (从 Constraint 继承。)
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework SetDataSet  设置约束的 DataSet。 (从 Constraint 继承。)

页首

请参见

参考

UniqueConstraint 类
System.Data 命名空间
Add
Constraint 类
DataTable.Constraints 属性
ConstraintCollection 类
DataRelation 类
ForeignKeyConstraint 类