JET_TABLECREATE. szCallback, propriété
Obtient ou définit une fonction de rappel à utiliser pour la table. Il se présente sous la forme « module ! nomfonction » et suppose un code non managé. Pour une alternative, consultez JetRegisterCallback (JET_SESID, JET_TABLEID, JET_cbtyp, JET_CALLBACK, IntPtr, JET_HANDLE) .
Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Property szCallback As String
Get
Set
'Usage
Dim instance As JET_TABLECREATE
Dim value As String
value = instance.szCallback
instance.szCallback = value
public string szCallback { get; set; }
Valeur de la propriété
Type : System. String