SqlScriptGenerator.BackupOperationDelegate Delegate
In This Topic
Delegate used for asynchronious operations
Syntax
public delegate void SqlScriptGenerator.BackupOperationDelegate(
string
)
Parameters
- filePath
- Path of the file to save scripts.
See Also