SqlServerIndexAnnotations Konstruktor

Definisi

Overload

SqlServerIndexAnnotations(IIndex)

Membuat instans untuk anotasi dari yang diberikan IIndex.

SqlServerIndexAnnotations(RelationalAnnotations)

Membuat instans untuk anotasi dari yang IIndex diwakili oleh pembantu anotasi yang diberikan.

SqlServerIndexAnnotations(IIndex)

Sumber:
SqlServerIndexAnnotations.cs
Sumber:
SqlServerIndexAnnotations.cs

Membuat instans untuk anotasi dari yang diberikan IIndex.

public SqlServerIndexAnnotations(Microsoft.EntityFrameworkCore.Metadata.IIndex index);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Public Sub New (index As IIndex)

Parameter

index
IIndex

yang IIndex akan digunakan.

Berlaku untuk

SqlServerIndexAnnotations(RelationalAnnotations)

Sumber:
SqlServerIndexAnnotations.cs
Sumber:
SqlServerIndexAnnotations.cs

Membuat instans untuk anotasi dari yang IIndex diwakili oleh pembantu anotasi yang diberikan.

protected SqlServerIndexAnnotations(Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations annotations);
new Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalAnnotations -> Microsoft.EntityFrameworkCore.Metadata.SqlServerIndexAnnotations
Protected Sub New (annotations As RelationalAnnotations)

Parameter

annotations
RelationalAnnotations

Pembantu RelationalAnnotations yang IIndex mewakili untuk membuat anotasi.

Berlaku untuk