Condividi tramite


SqlServerIndexExtensions.IsClustered Metodo

Definizione

Overload

IsClustered(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce un valore che indica se l'indice è cluster.

IsClustered(IIndex, StoreObjectIdentifier)

Restituisce un valore che indica se l'indice è cluster.

IsClustered(IReadOnlyIndex)

Restituisce un valore che indica se l'indice è cluster.

IsClustered(IIndex)

Restituisce un valore che indica se l'indice è cluster.

IsClustered(IReadOnlyIndex, StoreObjectIdentifier)

Restituisce un valore che indica se l'indice è cluster.

public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsClustered (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

Parametri

index
IReadOnlyIndex

Indice.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

true se l'indice è cluster.

Si applica a

IsClustered(IIndex, StoreObjectIdentifier)

Restituisce un valore che indica se l'indice è cluster.

public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IIndex * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsClustered (index As IIndex, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)

Parametri

index
IIndex

Indice.

storeObject
StoreObjectIdentifier

Identificatore dell'oggetto store.

Restituisce

true se l'indice è cluster.

Si applica a

IsClustered(IReadOnlyIndex)

Restituisce un valore che indica se l'indice è cluster.

public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> Nullable<bool>
<Extension()>
Public Function IsClustered (index As IReadOnlyIndex) As Nullable(Of Boolean)

Parametri

index
IReadOnlyIndex

Indice.

Restituisce

true se l'indice è cluster.

Si applica a

IsClustered(IIndex)

Restituisce un valore che indica se l'indice è cluster.

public static bool? IsClustered (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member IsClustered : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Nullable<bool>
<Extension()>
Public Function IsClustered (index As IIndex) As Nullable(Of Boolean)

Parametri

index
IIndex

Indice.

Restituisce

true se l'indice è cluster.

Si applica a