ISqlServerEntityTypeAnnotations Schnittstelle

Definition

Eigenschaften für relationale anmerkungen, auf die über zugegriffen wird SqlServer(IEntityType).

public interface ISqlServerEntityTypeAnnotations : Microsoft.EntityFrameworkCore.Metadata.IRelationalEntityTypeAnnotations
type ISqlServerEntityTypeAnnotations = interface
    interface IRelationalEntityTypeAnnotations
Public Interface ISqlServerEntityTypeAnnotations
Implements IRelationalEntityTypeAnnotations
Abgeleitet
Implementiert

Eigenschaften

DiscriminatorProperty

Die IProperty , die zum Speichern eines Diskriminatorwerts verwendet wird.

(Geerbt von IRelationalEntityTypeAnnotations)
DiscriminatorValue

Der zu verwendende Diskriminatorwert.

(Geerbt von IRelationalEntityTypeAnnotations)
IsMemoryOptimized

Gibt an, ob der Typ einer speicheroptimierten Tabelle zugeordnet ist.

Schema

Das Datenbankschema, das die zugeordnete Tabelle enthält.

(Geerbt von IRelationalEntityTypeAnnotations)
TableName

Der Name der Tabelle, der der Entitätstyp zugeordnet ist.

(Geerbt von IRelationalEntityTypeAnnotations)

Gilt für: