CreateTableOperation.CheckConstraints 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
清單 AddCheckConstraintOperation ,用於在資料表中建立檢查條件約束。
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.CreateCheckConstraintOperation> CheckConstraints { get; }
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation> CheckConstraints { get; }
member this.CheckConstraints : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.CreateCheckConstraintOperation>
member this.CheckConstraints : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Migrations.Operations.AddCheckConstraintOperation>
Public Overridable ReadOnly Property CheckConstraints As List(Of CreateCheckConstraintOperation)
Public Overridable ReadOnly Property CheckConstraints As List(Of AddCheckConstraintOperation)