In This Topic
Generates a script and writes it to the specified
System.IO.Stream.
Syntax
'Declaration
Public Overloads Sub Backup( _
ByVal As Stream _
)
public void Backup(
Stream
)
Parameters
- stream
- The System.IO.Stream to write the script to.
See Also