SqlServerIndexExtensions.IsClustered Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.