Implizite Tabellenkonvertierung (Tabelle in JET_TABLEID)
Impliziter Konvertierungsoperator von einer Tabelle in eine JET_TABLEID. Dadurch kann eine Tabelle mit APIs verwendet werden, die eine JET_TABLEID erwarten.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
table As Table _
) As JET_TABLEID
'Usage
Dim input As Table
Dim output As JET_TABLEID
output = CType(input, JET_TABLEID)
public static implicit operator JET_TABLEID (
Table table
)
Parameter
table
Typ: Microsoft.Isam.Esent.Interop.TableDie zu konvertierende Tabelle.
Rückgabewert
Typ: Microsoft.Isam.Esent.Interop.JET_TABLEID
Die JET_TABLEID der Tabelle.