Condividi tramite


SqlServerKeyExtensions.IsClustered Metodo

Definizione

Overload

IsClustered(IKey)

Restituisce un valore che indica se la chiave è cluster.

IsClustered(IReadOnlyKey)

Restituisce un valore che indica se la chiave è cluster.

IsClustered(IKey, StoreObjectIdentifier)

Restituisce un valore che indica se la chiave è cluster.

IsClustered(IReadOnlyKey, StoreObjectIdentifier)

Restituisce un valore che indica se la chiave è cluster.

IsClustered(IKey)

Restituisce un valore che indica se la chiave è cluster.

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)

Parametri

key
IKey

Chiave.

Restituisce

true se la chiave è cluster.

Si applica a

IsClustered(IReadOnlyKey)

Restituisce un valore che indica se la chiave è cluster.

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)

Parametri

key
IReadOnlyKey

Chiave.

Restituisce

true se la chiave è cluster.

Si applica a

IsClustered(IKey, StoreObjectIdentifier)

Restituisce un valore che indica se la chiave è cluster.

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)

Parametri

key
IKey

Chiave.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

true se la chiave è cluster.

Si applica a

IsClustered(IReadOnlyKey, StoreObjectIdentifier)

Restituisce un valore che indica se la chiave è cluster.

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)

Parametri

key
IReadOnlyKey

Chiave.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

true se la chiave è cluster.

Si applica a