JET_OPENTEMPORARYTABLE.cbKeyMost 속성

지정된 행을 나타내는 키의 최대 크기를 가져오거나 설정합니다. 키가 잘리는 방법을 제어하도록 최대 키 크기를 설정할 수 있습니다. 키 잘림은 행이 고유하다고 간주될 때 영향을 줄 수 있으므로 중요합니다. 이 매개 변수가 0 또는 255로 설정된 경우 최대 키 크기와 해당 의미 체계는 Windows Server 2003에서 지원하는 최대 키 크기와 동일하게 유지됩니다. 이 매개 변수는 instance DatabasePageSize에 대한 데이터베이스 페이지 크기의 함수로 더 큰 값으로 설정할 수도 있습니다. 자세한 내용은 KeyMost 를 참조하세요.

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

구문

'Declaration
Public Property cbKeyMost As Integer
    Get
    Set
'Usage
Dim instance As JET_OPENTEMPORARYTABLE
Dim value As Integer

value = instance.cbKeyMost

instance.cbKeyMost = value
public int cbKeyMost { get; set; }

속성 값

형식: System.Int32

추가 정보

참조

JET_OPENTEMPORARYTABLE 클래스

JET_OPENTEMPORARYTABLE 멤버

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