Share via


Api.GetTableNames 方法

傳回資料庫中資料表的名稱。

Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

語法

'Declaration
Public Shared Function GetTableNames ( _
    sesid As JET_SESID, _
    dbid As JET_DBID _
) As IEnumerable(Of String)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim returnValue As IEnumerable(Of String)

returnValue = Api.GetTableNames(sesid, _
    dbid)
public static IEnumerable<string> GetTableNames(
    JET_SESID sesid,
    JET_DBID dbid
)

參數

傳回值

類型:System.Collections.Generic.IEnumerable<String>
資料庫中資料表名稱的反覆運算器。

另請參閱

參考

Api 類別

Api 成員

Microsoft.Isam.Esent.Interop 命名空間