Edit

JET_INDEXCREATE.cConditionalColumn property

Gets or sets the number of conditional columns.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property cConditionalColumn As Integer
    Get
    Set
'Usage
Dim instance As JET_INDEXCREATE
Dim value As Integer

value = instance.cConditionalColumn

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

Property value

Type: System.Int32

See also

Reference

JET_INDEXCREATE class

JET_INDEXCREATE members

Microsoft.Isam.Esent.Interop namespace