JET_INDEXCREATE.szIndexName 属性
获取或设置要创建的索引的名称。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Property szIndexName As String
Get
Set
'Usage
Dim instance As JET_INDEXCREATE
Dim value As String
value = instance.szIndexName
instance.szIndexName = value
public string szIndexName { get; set; }
属性值
类型: System.String