In This Topic
Executes script from the specified
System.IO.Stream object.
Syntax
'Declaration
Public Overloads Sub Restore( _
ByVal As Stream _
)
public void Restore(
Stream
)
Parameters
- stream
- The System.IO.Stream object to read the script from.
See Also