Share via


Api.RetrieveColumnSize 메서드(JET_SESID, JET_TABLEID, JET_COLUMNID, Int32, RetrieveColumnGrbit)

현재 레코드에서 단일 열 값의 크기를 검색합니다. 레코드는 커서의 현재 위치에 있는 인덱스 항목과 연결된 레코드입니다. 또는 이 함수는 커서 복사 버퍼에 만들어지는 레코드에서 열을 검색할 수 있습니다. 이 함수는 현재 레코드를 참조하는 인덱스 항목에서 열 데이터를 검색할 수도 있습니다.

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

구문

'Declaration
Public Shared Function RetrieveColumnSize ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID, _
    itagSequence As Integer, _
    grbit As RetrieveColumnGrbit _
) As Nullable(Of Integer)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim itagSequence As Integer
Dim grbit As RetrieveColumnGrbit
Dim returnValue As Nullable(Of Integer)

returnValue = Api.RetrieveColumnSize(sesid, _
    tableid, columnid, itagSequence, _
    grbit)
public static Nullable<int> RetrieveColumnSize(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid,
    int itagSequence,
    RetrieveColumnGrbit grbit
)

매개 변수

  • itagSequence
    형식: System.Int32

    다중값 열에 있는 값의 시퀀스 번호입니다. 값의 배열은 1 기반입니다. 첫 번째 값은 0이 아닌 시퀀스 1입니다. 레코드 열에 값이 하나만 있는 경우 1을 itagSequence로 전달해야 합니다.

반환 값

형식: System.Nullable<Int32>
열의 크기입니다. 열이 null이면 0입니다.

추가 정보

참조

Api 클래스

Api 멤버

RetrieveColumnSize 오버로드

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