SqlServerIndexExtensions.IsCreatedOnline 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
IsCreatedOnline(IIndex) |
傳回值,指出索引是否在線上。 |
IsCreatedOnline(IReadOnlyIndex) |
傳回值,指出索引是否在線上。 |
IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier) |
傳回值,指出索引是否在線上。 |
IsCreatedOnline(IIndex)
傳回值,指出索引是否在線上。
public static bool? IsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.IIndex index);
static member IsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.IIndex -> Nullable<bool>
<Extension()>
Public Function IsCreatedOnline (index As IIndex) As Nullable(Of Boolean)
參數
- index
- IIndex
索引。
傳回
true
如果索引在線上,則為 。
適用於
IsCreatedOnline(IReadOnlyIndex)
傳回值,指出索引是否在線上。
public static bool? IsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index);
static member IsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex -> Nullable<bool>
<Extension()>
Public Function IsCreatedOnline (index As IReadOnlyIndex) As Nullable(Of Boolean)
參數
- index
- IReadOnlyIndex
索引。
傳回
true
如果索引在線上,則為 。
適用於
IsCreatedOnline(IReadOnlyIndex, StoreObjectIdentifier)
傳回值,指出索引是否在線上。
public static bool? IsCreatedOnline (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex index, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member IsCreatedOnline : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyIndex * StoreObjectIdentifier -> Nullable<bool>
<Extension()>
Public Function IsCreatedOnline (index As IReadOnlyIndex, ByRef storeObject As StoreObjectIdentifier) As Nullable(Of Boolean)
參數
- index
- IReadOnlyIndex
索引。
- storeObject
- StoreObjectIdentifier
Store 物件的識別碼。
傳回
true
如果索引在線上,則為 。