Contains information about an event generated by a synchronization.
Visual Basic syntaxStructure DBSC_Event
C# syntaxpublic struct DBSC_Event
Members| Member name | Type | Description |
|---|---|---|
| hdl |
UInt32 |
Indicates the synchronization that generated the event. This value matches the value returned by the Sync method. |
| str1 |
String |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
| str2 |
String |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
| type |
DBSC_EventType |
Indicates the type of event being reported. |
| val1 |
Int32 |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
| val2 |
Int32 |
Contains additional information about the failure. The meaning of this information depends on the value of the type variable. |
See also![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |
