Compartir a través de


SqlServerIndexExtensions.IsClustered Método

Definición

Sobrecargas

IsClustered(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve un valor que indica si el índice está agrupado.

IsClustered(IIndex, StoreObjectIdentifier)

Devuelve un valor que indica si el índice está agrupado.

IsClustered(IReadOnlyIndex)

Devuelve un valor que indica si el índice está agrupado.

IsClustered(IIndex)

Devuelve un valor que indica si el índice está agrupado.

IsClustered(IReadOnlyIndex, StoreObjectIdentifier)

Devuelve un valor que indica si el índice está agrupado.

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)

Parámetros

index
IReadOnlyIndex

Índice.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Devoluciones

true si el índice está agrupado.

Se aplica a

IsClustered(IIndex, StoreObjectIdentifier)

Devuelve un valor que indica si el índice está agrupado.

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)

Parámetros

index
IIndex

Índice.

storeObject
StoreObjectIdentifier

Identificador del objeto de almacén.

Devoluciones

true si el índice está agrupado.

Se aplica a

IsClustered(IReadOnlyIndex)

Devuelve un valor que indica si el índice está agrupado.

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)

Parámetros

index
IReadOnlyIndex

Índice.

Devoluciones

true si el índice está agrupado.

Se aplica a

IsClustered(IIndex)

Devuelve un valor que indica si el índice está agrupado.

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)

Parámetros

index
IIndex

Índice.

Devoluciones

true si el índice está agrupado.

Se aplica a