SqlServerKeyExtensions.GetIsClusteredConfigurationSource 方法

定義

ConfigurationSource取得 金鑰是否為叢集的 。

public static Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource? GetIsClusteredConfigurationSource (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key);
static member GetIsClusteredConfigurationSource : Microsoft.EntityFrameworkCore.Metadata.IConventionKey -> Nullable<Microsoft.EntityFrameworkCore.Metadata.ConfigurationSource>
<Extension()>
Public Function GetIsClusteredConfigurationSource (key As IConventionKey) As Nullable(Of ConfigurationSource)

參數

key
IConventionKey

索引鍵。

傳回

ConfigurationSource 表示金鑰是否為叢集。

適用於