JET_TABLECREATE.rgindexcreate 屬性
取得或設定要建立的索引陣列,類型 為 JET_INDEXCREATE。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property rgindexcreate As JET_INDEXCREATE()
Get
Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As JET_INDEXCREATE()
value = instance.rgindexcreate
instance.rgindexcreate = value
public JET_INDEXCREATE[] rgindexcreate { get; set; }
屬性值
類型: []