SqlServerKeyExtensions.IsClustered メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
IsClustered(IKey) |
キーがクラスター化されているかどうかを示す値を返します。 |
IsClustered(IReadOnlyKey) |
キーがクラスター化されているかどうかを示す値を返します。 |
IsClustered(IKey, StoreObjectIdentifier) |
キーがクラスター化されているかどうかを示す値を返します。 |
IsClustered(IReadOnlyKey, StoreObjectIdentifier) |
キーがクラスター化されているかどうかを示す値を返します。 |
IsClustered(IKey)
キーがクラスター化されているかどうかを示す値を返します。
public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IKey -> Nullable<bool>
<Extension()>
Public Function IsClustered (key As IKey) As Nullable(Of Boolean)
パラメーター
- key
- IKey
キー。
戻り値
true
キーがクラスター化されている場合は 。
適用対象
IsClustered(IReadOnlyKey)
キーがクラスター化されているかどうかを示す値を返します。
public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey -> Nullable<bool>
<Extension()>
Public Function IsClustered (key As IReadOnlyKey) As Nullable(Of Boolean)
パラメーター
- key
- IReadOnlyKey
キー。
戻り値
true
キーがクラスター化されている場合は 。
適用対象
IsClustered(IKey, StoreObjectIdentifier)
キーがクラスター化されているかどうかを示す値を返します。
public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IKey * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsClustered (key As IKey, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)
パラメーター
- key
- IKey
キー。
- storeObject
- StoreObjectIdentifier
ストア オブジェクトの識別子。
戻り値
true
キーがクラスター化されている場合は 。
適用対象
IsClustered(IReadOnlyKey, StoreObjectIdentifier)
キーがクラスター化されているかどうかを示す値を返します。
public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey key, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyKey * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsClustered (key As IReadOnlyKey, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)
パラメーター
- key
- IReadOnlyKey
キー。
- storeObject
- StoreObjectIdentifier
ストア オブジェクトの識別子。
戻り値
true
キーがクラスター化されている場合は 。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Entity Framework