Find Method
Description
The position of the specified recovery scenario.
Syntax
Visual Basic
Public Function Find( _
   ByVal ScenarioFile As String, _
   ByVal ScenarioName As String _
) As Long
Parameters
ScenarioFile
The recovery scenario file containing the recovery scenario whose position you want to find.  You can specify a complete or relative path.
ScenarioName
The recovery scenario whose position you want to find.
Return Type
This method returns -1 if the specified scenario is not found.
See Also