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>