Share via


SqlServerIndexAnnotations 類別

定義

透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。

public class SqlServerIndexAnnotations : Microsoft.EntityFrameworkCore.Metadata.RelationalIndexAnnotations, Microsoft.EntityFrameworkCore.Metadata.ISqlServerIndexAnnotations
type SqlServerIndexAnnotations = class
    inherit RelationalIndexAnnotations
    interface ISqlServerIndexAnnotations
    interface IRelationalIndexAnnotations
Public Class SqlServerIndexAnnotations
Inherits RelationalIndexAnnotations
Implements ISqlServerIndexAnnotations
繼承
SqlServerIndexAnnotations
實作

建構函式

SqlServerIndexAnnotations(IIndex)

建構指定 IIndex 之 注釋的實例。

SqlServerIndexAnnotations(RelationalAnnotations)

建構指定批註 IIndex 協助程式所表示之 之 的實例。

欄位

DefaultIndexNamePrefix

透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。

(繼承來源 RelationalIndexAnnotations)
ProviderFullAnnotationNames

透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。

(繼承來源 RelationalIndexAnnotations)

屬性

Annotations

RelationalAnnotations代表 IIndex 要標注之 的協助程式。

(繼承來源 RelationalIndexAnnotations)
Filter

索引篩選運算式。

(繼承來源 RelationalIndexAnnotations)
IncludeProperties

傳回包含的屬性名稱,如果尚未指定,則 null 傳回 。

Index

IIndex要標注的 。

(繼承來源 RelationalIndexAnnotations)
IsClustered

指出索引是否已叢集化,或者 null 尚未指定叢集。

Name

索引名稱。

(繼承來源 RelationalIndexAnnotations)

方法

GetAnnotations(IEntityType)

透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。

(繼承來源 RelationalIndexAnnotations)
GetAnnotations(IIndex)

透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。

(繼承來源 RelationalIndexAnnotations)
GetAnnotations(IProperty)

透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。

(繼承來源 RelationalIndexAnnotations)
GetDefaultName()

透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。

(繼承來源 RelationalIndexAnnotations)
GetNameConfigurationSource()

透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。

(繼承來源 RelationalIndexAnnotations)
SetFilter(String)

嘗試使用 中的 語意 RelationalAnnotations 來設定 Filter

(繼承來源 RelationalIndexAnnotations)
SetInclude(IReadOnlyList<String>)

嘗試使用中的 語意 RelationalAnnotations 來設定內含的屬性名稱。

SetIsClustered(Nullable<Boolean>)

嘗試使用使用中的 語意 RelationalAnnotations 來設定叢集。

SetName(String)

嘗試使用 中的 語意 RelationalAnnotations 來設定 Name

(繼承來源 RelationalIndexAnnotations)

適用於