다음을 통해 공유


Api.IntersectIndexes 메서드

인덱스 범위 그룹을 교차하고 모든 인덱스 범위에 있는 레코드의 책갈피를 반환합니다. 또한 JetIntersectIndexes(JET_SESID, [], Int32, JET_RECORDLIST, IntersectIndexesGrbit)를 참조하세요.

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

구문

'Declaration
Public Shared Function IntersectIndexes ( _
    sesid As JET_SESID, _
    ParamArray tableids As JET_TABLEID() _
) As IEnumerable(Of Byte())
'Usage
Dim sesid As JET_SESID
Dim tableids As JET_TABLEID()
Dim returnValue As IEnumerable(Of Byte())

returnValue = Api.IntersectIndexes(sesid, _
    tableids)
public static IEnumerable<byte[]> IntersectIndexes(
    JET_SESID sesid,
    params JET_TABLEID[] tableids
)

매개 변수

반환 값

형식: System.Collections.Generic.IEnumerable<[]>
모든 인덱스 범위에 있는 레코드의 책갈피입니다. 책갈피는 기본 키 순서로 반환됩니다.

추가 정보

참조

Api 클래스

Api 멤버

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