Invoked when SQL pass through scripts are run, to inform the application of progress. This method should return true to cancel further script execution, or return false to continue.
Visual Basic Public Function ScriptProgressed( _ ByVal data As ULSqlProgressData _ ) As Boolean
C# public bool ScriptProgressed( ULSqlProgressData data );
data A ULSqlProgressData object containing the information about the current script.
This method should return true to cancel script processing, or return false to continue.
No UltraLite.NET API methods should be invoked during a ScriptProgressed call.
Envoyer votre avis sur cette page par email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |