SqlServerIndexExtensions.IsClustered Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.