다음을 통해 공유


IndexAttribute.IsClustered 속성

정의

클러스터형 인덱스 정의하려면 이 속성을 true로 설정합니다. 클러스터되지 않은 인덱스 정의하려면 이 속성을 false로 설정합니다.

public virtual bool IsClustered { get; set; }
member this.IsClustered : bool with get, set
Public Overridable Property IsClustered As Boolean

속성 값

설명

이 속성의 값은 true를 반환하는 경우에만 IsClusteredConfigured 관련이 있습니다. false를 반환하는 경우 IsClusteredConfigured 이 속성의 값은 의미가 없습니다.

적용 대상