DropCheckConstraintOperation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于MigrationOperation删除现有检查约束的 。
public class DropCheckConstraintOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation
[System.Diagnostics.DebuggerDisplay("ALTER TABLE {Table} DROP CONSTRAINT {Name}")]
public class DropCheckConstraintOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation
[System.Diagnostics.DebuggerDisplay("ALTER TABLE {Table} DROP CONSTRAINT {Name}")]
public class DropCheckConstraintOperation : Microsoft.EntityFrameworkCore.Migrations.Operations.MigrationOperation, Microsoft.EntityFrameworkCore.Migrations.Operations.ITableMigrationOperation
type DropCheckConstraintOperation = class
inherit MigrationOperation
[<System.Diagnostics.DebuggerDisplay("ALTER TABLE {Table} DROP CONSTRAINT {Name}")>]
type DropCheckConstraintOperation = class
inherit MigrationOperation
[<System.Diagnostics.DebuggerDisplay("ALTER TABLE {Table} DROP CONSTRAINT {Name}")>]
type DropCheckConstraintOperation = class
inherit MigrationOperation
interface ITableMigrationOperation
Public Class DropCheckConstraintOperation
Inherits MigrationOperation
Public Class DropCheckConstraintOperation
Inherits MigrationOperation
Implements ITableMigrationOperation
- 继承
- 继承
- 属性
- 实现
注解
有关详细信息和示例 ,请参阅数据库迁移 。
构造函数
| DropCheckConstraintOperation() |
用于MigrationOperation删除现有检查约束的 。 |
属性
| IsDestructiveChange |
指示操作是否可能导致数据库中的数据丢失。 (继承自 MigrationOperation) |
| IsReadOnly |
指示当前对象是否为只读。 (继承自 AnnotatableBase) |
| Item[String] |
获取具有给定名称的值批注,如果不存在,则返回 |
| Name |
约束的名称。 |
| Schema |
包含表的架构,或者 |
| Table |
包含约束的表。 |
方法
显式接口实现
扩展方法
| AnnotationsToDebugString(IAnnotatable, Int32) |
获取对象上声明的所有注释的调试字符串。 |
| GetAnnotation(IAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
| AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
向 对象添加批注。 |
| GetAnnotation(IMutableAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
| SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
设置存储在给定名称下的批注。 如果具有指定名称的注释已存在,则覆盖现有批注。 如果 |