RelationalIndexExtensions 類別

定義

關係資料庫中繼資料的索引擴充方法。

public static class RelationalIndexExtensions
type RelationalIndexExtensions = class
Public Module RelationalIndexExtensions
繼承
RelationalIndexExtensions

備註

如需詳細資訊和範例,請參閱 索引

方法

FindSharedObjectRootIndex(IConventionIndex, StoreObjectIdentifier)

尋找對應至共用資料表類似物件中相同索引的第一 IConventionIndex 個。

這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

FindSharedObjectRootIndex(IIndex, StoreObjectIdentifier)

尋找對應至共用資料表類似物件中相同索引的第一 IConventionIndex 個。

這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

FindSharedObjectRootIndex(IMutableIndex, StoreObjectIdentifier)

尋找對應至共用資料表類似物件中相同索引的第一 IMutableIndex 個。

這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

FindSharedObjectRootIndex(IReadOnlyIndex, StoreObjectIdentifier)

尋找對應至共用資料表類似物件中相同索引的第一 IIndex 個。

這個方法通常由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。

GetDatabaseName(IIndex)

傳回資料庫中索引的名稱。

GetDatabaseName(IIndex, StoreObjectIdentifier)

傳回資料庫中索引的名稱。

GetDatabaseName(IReadOnlyIndex)

傳回資料庫中索引的名稱。

GetDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

傳回資料庫中索引的名稱。

GetDatabaseNameConfigurationSource(IConventionIndex)

ConfigurationSource取得資料庫中索引名稱的 。

GetDefaultDatabaseName(IIndex)

傳回用於此索引的預設名稱。

GetDefaultDatabaseName(IIndex, StoreObjectIdentifier)

傳回用於此索引的預設名稱。

GetDefaultDatabaseName(IReadOnlyIndex)

傳回用於此索引的預設名稱。

GetDefaultDatabaseName(IReadOnlyIndex, StoreObjectIdentifier)

傳回用於此索引的預設名稱。

GetDefaultName(IIndex)
已淘汰.

傳回用於此索引的預設名稱。

GetFilter(IIndex)

傳回索引篩選運算式。

GetFilter(IIndex, StoreObjectIdentifier)

傳回索引篩選運算式。

GetFilter(IReadOnlyIndex)

傳回索引篩選運算式。

GetFilter(IReadOnlyIndex, StoreObjectIdentifier)

傳回索引篩選運算式。

GetFilterConfigurationSource(IConventionIndex)

ConfigurationSource取得索引篩選運算式的 。

GetMappedTableIndexes(IIndex)

取得索引所對應的資料表索引。

GetName(IIndex)
已淘汰.

傳回資料庫中索引的名稱。

GetNameConfigurationSource(IConventionIndex)
已淘汰.

ConfigurationSource取得資料庫中索引名稱的 。

SetDatabaseName(IConventionIndex, String, Boolean)

設定資料庫中的索引名稱。

SetDatabaseName(IMutableIndex, String)

設定資料庫中的索引名稱。

SetFilter(IConventionIndex, String, Boolean)

設定索引篩選運算式。

SetFilter(IMutableIndex, String)

設定索引篩選運算式。

SetName(IConventionIndex, String, Boolean)
已淘汰.

設定資料庫中的索引名稱。

SetName(IMutableIndex, String)
已淘汰.

設定資料庫中的索引名稱。

適用於