다음을 통해 공유


IndexInfo.IndexSegments 속성

인덱스의 세그먼트를 가져옵니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'Declaration
Public ReadOnly Property IndexSegments As IList(Of IndexSegment)
    Get
'Usage
Dim instance As IndexInfo
Dim value As IList(Of IndexSegment)

value = instance.IndexSegments
public IList<IndexSegment> IndexSegments { get; }

속성 값

형식: System.Collections.Generic.IList<IndexSegment>

추가 정보

참조

IndexInfo 클래스

IndexInfo 멤버

Microsoft.Isam.Esent.Interop 네임스페이스