Udostępnij za pośrednictwem


SqlServerKeyExtensions.IsClustered Metoda

Definicja

Przeciążenia

IsClustered(IKey)

Zwraca wartość wskazującą, czy klucz jest klastrowany.

IsClustered(IReadOnlyKey)

Zwraca wartość wskazującą, czy klucz jest klastrowany.

IsClustered(IKey, StoreObjectIdentifier)

Zwraca wartość wskazującą, czy klucz jest klastrowany.

IsClustered(IReadOnlyKey, StoreObjectIdentifier)

Zwraca wartość wskazującą, czy klucz jest klastrowany.

IsClustered(IKey)

Zwraca wartość wskazującą, czy klucz jest klastrowany.

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)

Parametry

key
IKey

Klucz.

Zwraca

true jeśli klucz jest klastrowany.

Dotyczy

IsClustered(IReadOnlyKey)

Zwraca wartość wskazującą, czy klucz jest klastrowany.

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)

Parametry

key
IReadOnlyKey

Klucz.

Zwraca

true jeśli klucz jest klastrowany.

Dotyczy

IsClustered(IKey, StoreObjectIdentifier)

Zwraca wartość wskazującą, czy klucz jest klastrowany.

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)

Parametry

key
IKey

Klucz.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu.

Zwraca

true jeśli klucz jest klastrowany.

Dotyczy

IsClustered(IReadOnlyKey, StoreObjectIdentifier)

Zwraca wartość wskazującą, czy klucz jest klastrowany.

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)

Parametry

key
IReadOnlyKey

Klucz.

storeObject
StoreObjectIdentifier

Identyfikator obiektu magazynu.

Zwraca

true jeśli klucz jest klastrowany.

Dotyczy