SqlServerIndexAnnotations 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
透過 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(IIndex) |
建構指定 IIndex 之 注釋的實例。 |
SqlServerIndexAnnotations(RelationalAnnotations) |
建構指定批註 IIndex 協助程式所表示之 之 的實例。 |
欄位
DefaultIndexNamePrefix |
透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。 (繼承來源 RelationalIndexAnnotations) |
ProviderFullAnnotationNames |
透過 SqlServer(IMutableIndex) 存取關聯式特定批註的屬性。 (繼承來源 RelationalIndexAnnotations) |
屬性
Annotations |
RelationalAnnotations代表 IIndex 要標注之 的協助程式。 (繼承來源 RelationalIndexAnnotations) |
Filter |
索引篩選運算式。 (繼承來源 RelationalIndexAnnotations) |
IncludeProperties |
傳回包含的屬性名稱,如果尚未指定,則 |
Index |
IIndex要標注的 。 (繼承來源 RelationalIndexAnnotations) |
IsClustered |
指出索引是否已叢集化,或者 |
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) |