JET_TABLECREATE.szTableName 屬性
取得或設定要建立的資料表名稱。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property szTableName As String
Get
Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As String
value = instance.szTableName
instance.szTableName = value
public string szTableName { get; set; }
屬性值
類型: System.String