IndexAttribute.IsClustered 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將此屬性設定為 true,以定義叢集索引。 將此屬性設定為 false,以定義非叢集索引。
public virtual bool IsClustered { get; set; }
member this.IsClustered : bool with get, set
Public Overridable Property IsClustered As Boolean
屬性值
備註
此屬性的值只有在傳回 true 時才 IsClusteredConfigured 相關。 如果 IsClusteredConfigured 傳回 false,則這個屬性的值是無意義的。