Поделиться через


SqlServerIndexAnnotations Конструкторы

Определение

Перегрузки

SqlServerIndexAnnotations(IIndex)

Создает экземпляр для заметок заданного IIndexобъекта .

SqlServerIndexAnnotations(RelationalAnnotations)

Создает экземпляр для заметок объекта , IIndex представленного заданной вспомогательной службой заметок.

SqlServerIndexAnnotations(IIndex)

Создает экземпляр для заметок заданного 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)

Параметры

index
IIndex

Используемый IIndex.

Применяется к

SqlServerIndexAnnotations(RelationalAnnotations)

Создает экземпляр для заметок объекта , IIndex представленного заданной вспомогательной службой заметок.

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)

Параметры

annotations
RelationalAnnotations

Вспомогающая RelationalAnnotations функция, представляющая примечания IIndex .

Применяется к