Share via


ConventionSet.IndexAnnotationChangedConventions 屬性

定義

在索引上變更注釋時要執行的慣例。

public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAnnotationChangedConvention> IndexAnnotationChangedConventions { get; }
public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IIndexAnnotationChangedConvention> IndexAnnotationChangedConventions { get; }
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IIndexAnnotationChangedConvention> IndexAnnotationChangedConventions { get; }
member this.IndexAnnotationChangedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAnnotationChangedConvention>
member this.IndexAnnotationChangedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IIndexAnnotationChangedConvention>
member this.IndexAnnotationChangedConventions : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IIndexAnnotationChangedConvention>
Public Overridable ReadOnly Property IndexAnnotationChangedConventions As IList(Of IIndexAnnotationChangedConvention)
Public Overridable ReadOnly Property IndexAnnotationChangedConventions As List(Of IIndexAnnotationChangedConvention)

屬性值

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IIndexAnnotationChangedConvention>

適用於